net.minecraft.network.packet.c2s.play

public class PlayerMoveC2SPacket

implements Packet<ServerPlayPacketHandler>

iz
net.minecraft.class_2064
net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
net.minecraft.network.play.client.CPacketPlayer

Field summary

Modifier and TypeField
protected double
a
field_8796
x
x
protected double
b
field_8797
minY
y
protected double
c
field_8798
z
z
protected float
d
field_8800
yaw
yaw
protected float
e
field_8801
pitch
pitch
protected boolean
f
field_8802
onGround
onGround
protected boolean
g
field_8803
hasPos
moving
protected boolean
h
field_8804
hasAngles
rotating

Constructor summary

ModifierConstructor
public ()
public (boolean onGround)

Method summary

Modifier and TypeMethod
public void
a(im arg0)
method_7989(class_2050 arg0)
handle(ServerPlayPacketHandler handler)
processPacket(INetHandlerPlayServer handler)
public void
a(et arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(et arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public double
a(double arg0)
method_12687(double arg0)
getX(double defaultX)
getX(double defaultValue)
public double
b(double arg0)
method_12689(double arg0)
getMinY(double defaultY)
getY(double defaultValue)
public double
c(double arg0)
method_12691(double arg0)
getZ(double defaultZ)
getZ(double defaultValue)
public float
a(float arg0)
method_12688(float arg0)
getYaw(float defaultYaw)
getYaw(float defaultValue)
public float
b(float arg0)
method_12690(float arg0)
getPitch(float defaultPitch)
getPitch(float defaultValue)
public boolean
a()
method_7997()
getOnGround()
isOnGround()