Class ClientboundMoveEntityPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundMoveEntityPacket
- All Implemented Interfaces:
- Packet<ClientGamePacketListener>
- Direct Known Subclasses:
- ClientboundMoveEntityPacket.Pos,- ClientboundMoveEntityPacket.PosRot,- ClientboundMoveEntityPacket.Rot
public abstract class ClientboundMoveEntityPacket
extends Object
implements Packet<ClientGamePacketListener>
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedClientboundMoveEntityPacket(int p_178988_, short p_178989_, short p_178990_, short p_178991_, byte p_178992_, byte p_178993_, boolean p_178994_, boolean p_178995_, boolean p_178996_) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable, nextProtocol, write
- 
Field Details- 
entityIdprotected final int entityId
- 
xaprotected final short xa
- 
yaprotected final short ya
- 
zaprotected final short za
- 
yRotprotected final byte yRot
- 
xRotprotected final byte xRot
- 
onGroundprotected final boolean onGround
- 
hasRotprotected final boolean hasRot
- 
hasPosprotected final boolean hasPos
 
- 
- 
Constructor Details- 
ClientboundMoveEntityPacketprotected ClientboundMoveEntityPacket(int p_178988_, short p_178989_, short p_178990_, short p_178991_, byte p_178992_, byte p_178993_, boolean p_178994_, boolean p_178995_, boolean p_178996_) 
 
- 
- 
Method Details- 
handle- Specified by:
- handlein interface- Packet<ClientGamePacketListener>
 
- 
toString
- 
getEntity
- 
getXapublic short getXa()
- 
getYapublic short getYa()
- 
getZapublic short getZa()
- 
getyRotpublic byte getyRot()
- 
getxRotpublic byte getxRot()
- 
hasRotationpublic boolean hasRotation()
- 
hasPositionpublic boolean hasPosition()
- 
isOnGroundpublic boolean isOnGround()
 
-