net.minecraft.network.packet.c2s.play

public class PlayerMoveC2SPacket

implements Packet<ServerPlayPacketHandler>

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

Field summary

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

Constructor summary

ModifierConstructor
public ()
public (boolean onGround)

Method summary

Modifier and TypeMethod
public void
a(kx arg0)
method_7989(class_2050 arg0)
handle(ServerPlayPacketHandler handler)
func_148833_a(INetHandlerPlayServer arg0)
processPacket(INetHandlerPlayServer handler)
public void
a(gy arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
readPacketData(PacketBuffer arg0)
public void
b(gy arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
writePacketData(PacketBuffer arg0)
public double
a(double arg0)
method_12687(double arg0)
getX(double defaultX)
func_186997_a(double arg0)
getX(double defaultValue)
public double
b(double arg0)
method_12689(double arg0)
getMinY(double defaultY)
func_186996_b(double arg0)
getY(double defaultValue)
public double
c(double arg0)
method_12691(double arg0)
getZ(double defaultZ)
func_187000_c(double arg0)
getZ(double defaultValue)
public float
a(float arg0)
method_12688(float arg0)
getYaw(float defaultYaw)
func_186999_a(float arg0)
getYaw(float defaultValue)
public float
b(float arg0)
method_12690(float arg0)
getPitch(float defaultPitch)
func_186998_b(float arg0)
getPitch(float defaultValue)
public boolean
a()
method_7997()
getOnGround()
func_149465_i()
isOnGround()