History - net.minecraft.network.packet.s2c.play.EntityS2CPacket
26.3-snapshot-3
Names
Fields
short: xa, field_12309, deltaX
short: ya, field_12308, deltaY
short: za, field_12307, deltaZ
int: ON_GROUND_FLAG, field_1_8740, ON_GROUND
int: STEP_COUNT_OFFSET, field_1_8741, MOTION_STEPS_SHIFT
VecDelta: delta, field_1_8742, delta
Constructors
(int, short, short, short, byte, byte, boolean, boolean, boolean)
(int, VecDelta, byte, byte, boolean, boolean, boolean)
Methods
short (): getXa, method_36150, getDeltaX
short (): getYa, method_36151, getDeltaY
short (): getZa, method_36152, getDeltaZ
boolean (int): unpackOnGround, method_1_8180, isOnGround
int (int): unpackStepCount, method_1_8181, getMotionSteps
int (boolean, int): packProperties, method_1_8179, pack
VecDelta (): getPositionDelta, method_1_8178, getDelta
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.ClientboundMoveEntityPacket
net.minecraft.class_2684
net.minecraft.network.packet.s2c.play.EntityS2CPacket
Fields
int: entityId, field_12310, id
short: xa, field_12309, deltaX
short: ya, field_12308, deltaY
short: za, field_12307, deltaZ
byte: yRot, field_12312, yaw
byte: xRot, field_12311, pitch
boolean: onGround, field_12306, onGround
boolean: hasRot, field_12305, rotate
boolean: hasPos, field_20849, positionChanged
Constructors
(int, short, short, short, byte, byte, boolean, boolean, boolean)
Methods
PacketType<? extends EntityS2CPacket> (): type, method_65080, getPacketType
void (ClientPlayPacketListener): handle, method_11651, apply
Entity (World): getEntity, method_11645, getEntity
short (): getXa, method_36150, getDeltaX
short (): getYa, method_36151, getDeltaY
short (): getZa, method_36152, getDeltaZ
float (): getYRot, method_11649, getYaw
float (): getXRot, method_11650, getPitch
boolean (): hasRotation, method_11652, hasRotation
boolean (): hasPosition, method_22826, isPositionChanged
boolean (): isOnGround, method_11653, isOnGround
void (PacketListener): handle, method_65081, apply