Interface IMixinServerboundMovePlayerPacket
public interface IMixinServerboundMovePlayerPacket
-
Method Summary
-
Method Details
-
setX
void setX(double x) -
setY
void setY(double y) -
setZ
void setZ(double z) -
setYaw
void setYaw(float yaw) -
setPitch
void setPitch(float pitch) -
setOnGround
void setOnGround(boolean onGround)
-