net.minecraft.network.packet.s2c.play

public abstract class EntityS2CPacket

implements Packet<ClientPlayPacketListener>

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

Field summary

Modifier and TypeField
private static final double
j
TRUNCATION_STEPS
field_33335
COORDINATE_SCALE
f_chqzmjkp
f_178986_
protected final int
a
entityId
field_12310
id
f_olvrvtmu
f_132499_
protected final short
b
xa
field_12309
deltaX
f_rgkeklhr
f_132500_
protected final short
c
ya
field_12308
deltaY
f_fbrtsoch
f_132501_
protected final short
d
za
field_12307
deltaZ
f_zpleugxy
f_132502_
protected final byte
e
yRot
field_12312
yaw
f_dtyibtwc
f_132503_
protected final byte
f
xRot
field_12311
pitch
f_orufdrgj
f_132504_
protected final boolean
g
onGround
field_12306
onGround
f_odpcrsgr
f_132505_
protected final boolean
h
hasRot
field_12305
rotate
f_xebsureq
f_132506_
protected final boolean
i
hasPos
field_20849
positionChanged
f_qlmksmtw
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 o)
entityToPacket(double arg0)
method_18047(double arg0)
encodePacketCoordinate(double coord)
m_kquygqbs(double arg0)
m_132511_(double p_132512_)
public static double
a(long o)
packetToEntity(long arg0)
method_30301(long arg0)
decodePacketCoordinate(long coord)
m_wbcsjzng(long arg0)
m_132513_(long p_132514_)
public Vec3d
a(dna arg0)
updateEntityPosition(Vec3 arg0)
method_30302(class_243 arg0)
calculateDeltaPosition(Vec3d orig)
m_cacnmibi(C_vgpupfxx arg0)
m_132521_(C_3046_ arg0)
public static Vec3d
a(long o, long o, long arg2)
packetToEntity(long arg0, long arg1, long arg2)
method_18695(long arg0, long arg1, long arg2)
decodePacketCoordinates(long x, long y, long z)
m_qmrsbyns(long arg0, long arg1, long arg2)
m_132515_(long p_132516_, long p_132518_, long arg2)
public void
a(pn arg0)
handle(ClientGamePacketListener arg0)
method_11651(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_yrjttfcv(C_rbfddnlp arg0)
m_5797_(C_5031_ arg0)
public Entity
a(bwp arg0)
getEntity(Level arg0)
method_11645(class_1937 arg0)
getEntity(World world)
m_lnyuyszh(C_cdctfzbn arg0)
m_132519_(C_1596_ arg0)
public short
b()
getXa()
method_36150()
getDeltaX()
m_srkjtjgk()
m_178997_()
public short
c()
getYa()
method_36151()
getDeltaY()
m_gdgixcqg()
m_178998_()
public short
d()
getZa()
method_36152()
getDeltaZ()
m_qkmjaxyn()
m_178999_()
public byte
e()
getyRot()
method_11649()
getYaw()
m_qpjjgynx()
m_132531_()
public byte
f()
getxRot()
method_11650()
getPitch()
m_jccqnbph()
m_132532_()
public boolean
g()
hasRotation()
method_11652()
hasRotation()
m_ebvyefeb()
m_132533_()
public boolean
h()
hasPosition()
method_22826()
isPositionChanged()
m_vukwqeza()
m_132534_()
public boolean
i()
isOnGround()
method_11653()
isOnGround()
m_dltyxzmo()
m_132535_()