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
/
ServerEntityLevelChange
/
AfterEntityChangeLevelArg
After
Entity
Change
Level
Arg
data
class
AfterEntityChangeLevelArg
(
val
originalEntity
:
Entity
,
val
destinationEntity
:
Entity
,
val
originalLevel
:
ServerLevel
,
val
destinationLevel
:
ServerLevel
)
Members
Constructors
After
Entity
Change
Level
Arg
Link copied to clipboard
constructor
(
originalEntity
:
Entity
,
destinationEntity
:
Entity
,
originalLevel
:
ServerLevel
,
destinationLevel
:
ServerLevel
)
Properties
destination
Entity
Link copied to clipboard
val
destinationEntity
:
Entity
destination
Level
Link copied to clipboard
val
destinationLevel
:
ServerLevel
original
Entity
Link copied to clipboard
val
originalEntity
:
Entity
original
Level
Link copied to clipboard
val
originalLevel
:
ServerLevel