net.minecraft.network.packet.c2s.play

public class PlayerMoveC2SPacket

implements Packet<ServerPlayPacketHandler>

ip
net.minecraft.class_2064
net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
net.minecraft.network.play.client.C03PacketPlayer

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(ic arg0)
method_7989(class_2050 arg0)
handle(ServerPlayPacketHandler handler)
processPacket(INetHandlerPlayServer handler)
public void
a(em arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(em arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public double
a()
method_7991()
getX()
getPositionX()
public double
b()
method_7992()
getMinY()
getPositionY()
public double
c()
method_7993()
getZ()
getPositionZ()
public float
d()
method_7995()
getYaw()
getYaw()
public float
e()
method_7996()
getPitch()
getPitch()
public boolean
f()
method_7997()
getOnGround()
isOnGround()
public boolean
g()
method_7998()
hasPos()
isMoving()
public boolean
h()
method_7999()
hasAngles()
getRotating()
public void
a(boolean arg0)
method_7990(boolean arg0)
setHasPos(boolean hasPos)
setMoving(boolean isMoving)