EntityLookPacket

data class EntityLookPacket(val entityId: Int, val yaw: Byte, val pitch: Byte, val onGround: Boolean) : ClientBoundPacket

Update Entity Rotation | 0x29 | play | clientbound

Parameters

entityId

entityId

yaw

yaw

pitch

pitch

onGround

onGround

See also

Constructors

Link copied to clipboard
constructor(entityId: Int, yaw: Byte, pitch: Byte, onGround: Boolean)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val pitch: Byte
Link copied to clipboard
val yaw: Byte