toggle menu
HMCWraps API
1.5.1
jvm
switch theme
search in API
HMCWraps API
/
de.skyslycer.hmcwraps.wrap
/
CollectionHelper
Collection
Helper
public
interface
CollectionHelper
Members
Functions
get
Collection
Link copied to clipboard
public
abstract
String
getCollection
(
Wrap
wrap
)
Get the collection or material name of a wrap.
get
Items
Link copied to clipboard
public
abstract
List
<
WrappableItem
>
getItems
(
Material material
)
Get all wraps for a material.
get
Material
Link copied to clipboard
public
abstract
Material
getMaterial
(
Wrap
wrap
)
Get a possible material from a wrap.
get
Materials
Link copied to clipboard
public
abstract
List
<
Material
>
getMaterials
(
String
collection
)
Get all materials in a collection.