Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
EliteMobs
/
com.magmaguy.elitemobs.utils
/
CustomModelAdder
Custom
Model
Adder
public
class
CustomModelAdder
Members
Constructors
Custom
Model
Adder
Link copied to clipboard
public
void
CustomModelAdder
(
)
Functions
add
Custom
Model
Link copied to clipboard
public
static
ItemStack
addCustomModel
(
ItemStack
itemStack
,
String
customModelData
)
public
static
ItemMeta
addCustomModel
(
ItemMeta
itemMeta
,
String
customModelData
)
add
Equippable
Model
Link copied to clipboard
public
static
ItemStack
addEquippableModel
(
ItemStack
itemStack
,
String
equipmentModelId
)
@
Deprecated
(
)
public
static
ItemMeta
addEquippableModel
(
ItemMeta
itemMeta
,
String
equipmentModelId
)
Adds a custom equippable model (asset_id) to armor items for custom armor textures when worn.