net.minecraft.network.protocol.game

public abstract class ClientboundMoveEntityPacket

implements Packet<ClientGamePacketListener>

aek
net.minecraft.network.protocol.game.ClientboundMoveEntityPacket
net.minecraft.class_2684
net.minecraft.network.packet.s2c.play.EntityS2CPacket
net.minecraft.src.C_5078_
net.minecraft.network.protocol.game.PacketPlayOutEntity

字段概要

修饰符与类型字段
protected final int
a
entityId
field_12310
id
f_132499_
protected final short
b
xa
field_12309
deltaX
f_132500_
protected final short
c
ya
field_12308
deltaY
f_132501_
protected final short
d
za
field_12307
deltaZ
f_132502_
protected final byte
e
yRot
field_12312
yaw
f_132503_
protected final byte
f
xRot
field_12311
pitch
f_132504_
protected final boolean
g
onGround
field_12306
onGround
f_132505_
protected final boolean
h
hasRot
field_12305
rotate
f_132506_
protected final boolean
i
hasPos
field_20849
positionChanged
f_132507_

构造函数概要

修饰符构造函数
protected (int entityId, short deltaX, short deltaY, short deltaZ, byte yaw, byte pitch, boolean onGround, boolean rotate, boolean positionChanged)

方法概要

修饰符与类型方法
public abstract PacketType<? extends ClientboundMoveEntityPacket>
a()
type()
method_65080()
getPacketType()
m_5779_()
public void
a(acq arg0)
handle(ClientGamePacketListener arg0)
method_11651(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public Entity
a(dmu arg0)
getEntity(Level arg0)
method_11645(class_1937 arg0)
getEntity(World world)
m_132519_(C_1596_ arg0)
public short
b()
getXa()
method_36150()
getDeltaX()
m_178997_()
public short
e()
getYa()
method_36151()
getDeltaY()
m_178998_()
public short
f()
getZa()
method_36152()
getDeltaZ()
m_178999_()
public float
g()
getYRot()
method_11649()
getYaw()
m_132531_()
public float
h()
getXRot()
method_11650()
getPitch()
m_132532_()
public boolean
i()
hasRotation()
method_11652()
hasRotation()
m_132533_()
public boolean
j()
hasPosition()
method_22826()
isPositionChanged()
m_132534_()
public boolean
k()
isOnGround()
method_11653()
isOnGround()
m_132535_()