C04PacketPlayerPosition
Example
var packet = new C04PacketPlayerPosition(0, 64, 0, true); // Create a packet for teleporting to 0,64,0Extends
Constructors
Constructor
Methods
getPacketID()
getPitch()
getPositionX()
getPositionY()
getPositionZ()
getRotating()
getYaw()
isMoving()
isOnGround()
setOnGround()
setPosition()
setRotations()
Last updated