ModifyWakeUpPositionArg

data class ModifyWakeUpPositionArg(val entity: LivingEntity, val sleepingPos: BlockPos, val bedState: BlockState, val wakeUpPos: Vec3?)

Constructors

Link copied to clipboard
constructor(entity: LivingEntity, sleepingPos: BlockPos, bedState: BlockState, wakeUpPos: Vec3?)

Properties

Link copied to clipboard
val bedState: BlockState
Link copied to clipboard
val entity: LivingEntity
Link copied to clipboard
val sleepingPos: BlockPos
Link copied to clipboard
val wakeUpPos: Vec3?