ModifySleepingDirectionArg

data class ModifySleepingDirectionArg(val entity: LivingEntity, val pos: BlockPos, val direction: Direction?)

Constructors

Link copied to clipboard
constructor(entity: LivingEntity, pos: BlockPos, direction: Direction?)

Properties

Link copied to clipboard
val direction: Direction?
Link copied to clipboard
val entity: LivingEntity
Link copied to clipboard
val pos: BlockPos