FacePlayerPacket

data class FacePlayerPacket(val feetEyes: Int, val x: Double, val y: Double, val z: Double, val isEntity: Boolean, val entityId: Int?, val entityFeetEyes: String?) : ClientBoundPacket

Look At | 0x37 | play | clientbound

Parameters

feetEyes

feet_eyes

x

x

y

y

z

z

isEntity

isEntity

entityId

entityId

entityFeetEyes

entity_feet_eyes

See also

Constructors

Link copied to clipboard
constructor(feetEyes: Int, x: Double, y: Double, z: Double, isEntity: Boolean, entityId: Int?, entityFeetEyes: String?)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double
Link copied to clipboard
val z: Double