net.minecraft.network.protocol.game

public abstract class ClientboundMoveEntityPacket

implements Packet<ClientGamePacketListener>

sm
net.minecraft.network.protocol.game.ClientboundMoveEntityPacket
net.minecraft.class_2684
net.minecraft.unmapped.C_mblcabfe
net.minecraft.network.packet.s2c.play.EntityS2CPacket
net.minecraft.src.C_5078_
net.minecraft.network.protocol.game.PacketPlayOutEntity

Field summary

Modifier and TypeField
private static final double
j
TRUNCATION_STEPS
field_33335
f_chqzmjkp
COORDINATE_SCALE
f_178986_
protected final int
a
entityId
field_12310
f_olvrvtmu
id
f_132499_
protected final short
b
xa
field_12309
f_rgkeklhr
deltaX
f_132500_
protected final short
c
ya
field_12308
f_fbrtsoch
deltaY
f_132501_
protected final short
d
za
field_12307
f_zpleugxy
deltaZ
f_132502_
protected final byte
e
yRot
field_12312
f_dtyibtwc
yaw
f_132503_
protected final byte
f
xRot
field_12311
f_orufdrgj
pitch
f_132504_
protected final boolean
g
onGround
field_12306
f_odpcrsgr
onGround
f_132505_
protected final boolean
h
hasRot
field_12305
f_xebsureq
rotate
f_132506_
protected final boolean
i
hasPos
field_20849
f_qlmksmtw
positionChanged
f_132507_

Constructor summary

ModifierConstructor
protected (int entityId, short deltaX, short deltaY, short deltaZ, byte yaw, byte pitch, boolean onGround, boolean rotate, boolean positionChanged)

Method summary

Modifier and TypeMethod
public static long
a(double arg0)
entityToPacket(double arg0)
method_18047(double arg0)
m_kquygqbs(double arg0)
encodePacketCoordinate(double coord)
m_132511_(double p_132512_)
public static double
a(long arg0)
packetToEntity(long arg0)
method_30301(long arg0)
m_wbcsjzng(long arg0)
decodePacketCoordinate(long coord)
m_132513_(long p_132514_)
public Vec3
a(dom arg0)
updateEntityPosition(Vec3 arg0)
method_30302(class_243 arg0)
m_cacnmibi(C_vgpupfxx arg0)
calculateDeltaPosition(Vec3d orig)
m_132521_(C_3046_ arg0)
public static Vec3
a(long arg0, long arg1, long arg2)
packetToEntity(long arg0, long arg1, long arg2)
method_18695(long arg0, long arg1, long arg2)
m_qmrsbyns(long arg0, long arg1, long arg2)
decodePacketCoordinates(long x, long y, long z)
m_132515_(long p_132516_, long p_132518_, long arg2)
public void
a(qu arg0)
handle(ClientGamePacketListener arg0)
method_11651(class_2602 arg0)
m_yrjttfcv(C_rbfddnlp arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public Entity
a(cad arg0)
getEntity(Level arg0)
method_11645(class_1937 arg0)
m_lnyuyszh(C_cdctfzbn arg0)
getEntity(World world)
m_132519_(C_1596_ arg0)
public short
b()
getXa()
method_36150()
m_srkjtjgk()
getDeltaX()
m_178997_()
public short
c()
getYa()
method_36151()
m_gdgixcqg()
getDeltaY()
m_178998_()
public short
d()
getZa()
method_36152()
m_qkmjaxyn()
getDeltaZ()
m_178999_()
public byte
e()
getyRot()
method_11649()
m_qpjjgynx()
getYaw()
m_132531_()
public byte
f()
getxRot()
method_11650()
m_jccqnbph()
getPitch()
m_132532_()
public boolean
g()
hasRotation()
method_11652()
m_ebvyefeb()
hasRotation()
m_132533_()
public boolean
h()
hasPosition()
method_22826()
m_vukwqeza()
isPositionChanged()
m_132534_()
public boolean
i()
isOnGround()
method_11653()
m_dltyxzmo()
isOnGround()
m_132535_()