History - net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
1.21.11_unobfuscated
Names
net.minecraft.network.protocol.game.ServerboundMovePlayerPacket
net.minecraft.class_2828
net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
Fields
int: FLAG_ON_GROUND, field_52336, CHANGE_POSITION_FLAG
int: FLAG_HORIZONTAL_COLLISION, field_52337, CHANGE_LOOK_FLAG
double: x, field_12889, x
double: y, field_12886, y
double: z, field_12884, z
float: yRot, field_12887, yaw
float: xRot, field_12885, pitch
boolean: onGround, field_29179, onGround
boolean: horizontalCollision, field_52335, horizontalCollision
boolean: hasPos, field_12890, changePosition
boolean: hasRot, field_12888, changeLook
Constructors
(double, double, double, float, float, boolean, boolean, boolean, boolean)
Methods
int (boolean, boolean): packFlags, method_61223, toFlag
boolean (int): unpackOnGround, method_61222, changePosition
boolean (int): unpackHorizontalCollision, method_61224, changeLook
PacketType<? extends PlayerMoveC2SPacket> (): type, method_65080, getPacketType
void (ServerPlayPacketListener): handle, method_12272, apply
double (double): getX, method_12269, getX
double (double): getY, method_12268, getY
double (double): getZ, method_12274, getZ
float (float): getYRot, method_12271, getYaw
float (float): getXRot, method_12270, getPitch
boolean (): isOnGround, method_12273, isOnGround
boolean (): horizontalCollision, method_61225, horizontalCollision
boolean (): hasPosition, method_36171, changesPosition
boolean (): hasRotation, method_36172, changesLook
void (PacketListener): handle, method_65081, apply