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
/
EntitySleep
/
ModifyWakeUpPositionArg
Modify
Wake
Up
Position
Arg
data
class
ModifyWakeUpPositionArg
(
val
entity
:
LivingEntity
,
val
sleepingPos
:
BlockPos
,
val
bedState
:
BlockState
,
val
wakeUpPos
:
Vec3
?
)
Members
Constructors
Modify
Wake
Up
Position
Arg
Link copied to clipboard
constructor
(
entity
:
LivingEntity
,
sleepingPos
:
BlockPos
,
bedState
:
BlockState
,
wakeUpPos
:
Vec3
?
)
Properties
bed
State
Link copied to clipboard
val
bedState
:
BlockState
entity
Link copied to clipboard
val
entity
:
LivingEntity
sleeping
Pos
Link copied to clipboard
val
sleepingPos
:
BlockPos
wake
Up
Pos
Link copied to clipboard
val
wakeUpPos
:
Vec3
?