Class RefPacketPlayInFlying.Pos
-
- All Implemented Interfaces:
-
pers.neige.neigeitems.ref.network.RefPacket
public class RefPacketPlayInFlying.Pos 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.Pos()
RefPacketPlayInFlying.Pos(double x, double y, double z, boolean onGround)
-