S0CPacketSpawnPlayer
Last updated
getCurrentItemID():
number
Gets the ID of the item currently held by the spawned player.
Returns
number
getEntityID():
number
Gets the ID of the spawned player entity.
Returns
number
getPacketID():
string
Get the ID of the packet.
Returns
string
The ID of the packet.
Inherited from
getPitch():
number
Gets the pitch rotation of the spawned player, converted to degrees.
Returns
number
getPlayer():
string
Returns
string
The UUID of the spawned player.
getX():
number
Gets the X coordinate of the spawned player, divided by 32 for block position.
Returns
number
getY():
number
Gets the Y coordinate of the spawned player, divided by 32 for block position.
Returns
number
getYaw():
number
Gets the yaw rotation of the spawned player, converted to degrees.
Returns
number
getZ():
number
Gets the Z coordinate of the spawned player, divided by 32 for block position.
Returns
number
Last updated