Class ClientboundMoveEntityPacket.Pos
java.lang.Object
net.minecraft.network.protocol.game.ClientboundMoveEntityPacket
net.minecraft.network.protocol.game.ClientboundMoveEntityPacket.Pos
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
- Enclosing class:
ClientboundMoveEntityPacket
-
Nested Class Summary
Nested classes/interfaces inherited from class ClientboundMoveEntityPacket
ClientboundMoveEntityPacket.Pos, ClientboundMoveEntityPacket.PosRot, ClientboundMoveEntityPacket.Rot -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, ClientboundMoveEntityPacket.Pos> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static ClientboundMoveEntityPacket.Posread(FriendlyByteBuf input) type()private voidwrite(FriendlyByteBuf output) Methods inherited from class ClientboundMoveEntityPacket
getEntity, getXa, getXRot, getYa, getYRot, getZa, handle, hasPosition, hasRotation, isOnGround, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Packet
isSkippable, isTerminal
-
Field Details
-
STREAM_CODEC
-
-
Constructor Details
-
Pos
public Pos(int id, short xa, short ya, short za, boolean onGround)
-
-
Method Details
-
read
-
write
-
type
- Specified by:
typein interfacePacket<ClientGamePacketListener>- Specified by:
typein classClientboundMoveEntityPacket
-