kts4mc-template-1.21.11
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kts4mc-template-1.21.11
kts4mc-template-1.21.11
/
top.katton.api.event
/
KattonEvents
/
ServerEntity
/
EquipmentChangeArg
Equipment
Change
Arg
data
class
EquipmentChangeArg
(
val
entity
:
Entity
,
val
slot
:
EquipmentSlot
,
val
from
:
ItemStack
,
val
to
:
ItemStack
)
Members
Constructors
Equipment
Change
Arg
Link copied to clipboard
constructor
(
entity
:
Entity
,
slot
:
EquipmentSlot
,
from
:
ItemStack
,
to
:
ItemStack
)
Properties
entity
Link copied to clipboard
val
entity
:
Entity
from
Link copied to clipboard
val
from
:
ItemStack
slot
Link copied to clipboard
val
slot
:
EquipmentSlot
to
Link copied to clipboard
val
to
:
ItemStack