toggle menu
levelledmobs-plugin
4.0.3.1
jvm
switch theme
search in API
levelledmobs-plugin
/
io.github.arcaneplugins.levelledmobs.customdrops
/
EquippedItemsInfo
Equipped
Items
Info
class
EquippedItemsInfo
Holds info on which custom drops are equipped on a mob
Author
stumper66
Since
3.3.3
Members
Constructors
Equipped
Items
Info
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
boots
Link copied to clipboard
var
boots
:
ItemStack
?
chestplate
Link copied to clipboard
var
chestplate
:
ItemStack
?
helmet
Link copied to clipboard
var
helmet
:
ItemStack
?
leggings
Link copied to clipboard
var
leggings
:
ItemStack
?
main
Hand
Link copied to clipboard
var
mainHand
:
ItemStack
?
offhand
Link copied to clipboard
var
offhand
:
ItemStack
?
Functions
save
Equipment
Link copied to clipboard
fun
saveEquipment
(
lmEntity
:
LivingEntityWrapper
)