Class RefPacketPlayInFlying.PosRot
-
- All Implemented Interfaces:
-
pers.neige.neigeitems.ref.network.RefPacket
public class RefPacketPlayInFlying.PosRot extends RefPacketPlayInFlying
-
-
Field Summary
Fields Modifier and Type Field Description public double
x
public double
y
public double
z
public float
yaw
public float
pitch
public boolean
onGround
public boolean
changePosition
public boolean
changeLook
-
Constructor Summary
Constructors Constructor Description RefPacketPlayInFlying.PosRot()
RefPacketPlayInFlying.PosRot(double x, double y, double z, float yaw, float pitch, boolean onGround)
-