S17PacketEntityLookMove
Extends
Methods
getEntity()
getEntity():
Entity
Gets the entity this movement packet is about
Returns
The entity instance
Inherited from
getOnGround()
getOnGround():
boolean
Checks if the entity is on ground
Returns
boolean
True if the entity is on ground, false otherwise
Inherited from
getPacketID()
getPacketID():
string
Get the ID of the packet.
Returns
string
The ID of the packet.
Inherited from
getPitch()
getPitch():
number
Gets the pitch rotation in degrees
Returns
number
The pitch angle
Inherited from
getX()
getX():
number
Gets the relative X movement
Returns
number
The X movement delta
Inherited from
getY()
getY():
number
Gets the relative Y movement
Returns
number
The Y movement delta
Inherited from
getYaw()
getYaw():
number
Gets the yaw rotation in degrees
Returns
number
The yaw angle
Inherited from
getZ()
getZ():
number
Gets the relative Z movement
Returns
number
The Z movement delta
Inherited from
Last updated