net.minecraft.network.packet.s2c.play

public class PlayerMoveS2CPacket

implements Packet<ClientPlayPacketHandler>

fi
net.minecraft.unmapped.C_24866764
net.minecraft.network.packet.s2c.play.PlayerMoveS2CPacket

Field summary

Modifier and TypeField
private double
a
f_28013906
x
private double
b
f_17641526
y
private double
c
f_81420956
z
private float
d
f_04590499
yaw
private float
e
f_01182615
pitch
private Set<PlayerMoveS2CPacket$Argument>
f
f_55267702
relativeArgs

Constructor summary

ModifierConstructor
public ()
public (double x, double y, double z, float yaw, float pitch, Set<PlayerMoveS2CPacket$Argument> relativeArgs)

Method summary

Modifier and TypeMethod
public void
a(em arg0)
m_13296744(C_04635774 arg0)
read(PacketByteBuf arg0)
public void
b(em arg0)
m_17566769(C_04635774 arg0)
write(PacketByteBuf arg0)
public void
a(fj arg0)
m_46318292(C_23730550 arg0)
handle(ClientPlayPacketHandler handler)
public double
a()
m_08637855()
getX()
public double
b()
m_74552989()
getY()
public double
c()
m_29318203()
getZ()
public float
d()
m_20242117()
getYaw()
public float
e()
m_51934531()
getPitch()
public Set<PlayerMoveS2CPacket$Argument>
f()
m_29989547()
getRelativeArgs()