类 ClientboundPlayerPositionPacket

java.lang.Object
net.minecraft.network.protocol.game.ClientboundPlayerPositionPacket
所有已实现的接口:
Packet<ClientGamePacketListener>

public class ClientboundPlayerPositionPacket extends Object implements Packet<ClientGamePacketListener>
  • 字段详细资料

    • x

      private final double x
    • y

      private final double y
    • z

      private final double z
    • yRot

      private final float yRot
    • xRot

      private final float xRot
    • relativeArguments

      private final Set<RelativeMovement> relativeArguments
    • id

      private final int id
  • 构造器详细资料

    • ClientboundPlayerPositionPacket

      public ClientboundPlayerPositionPacket(double pX, double pY, double pZ, float pYRot, float pXRot, Set<RelativeMovement> pRelativeArguments, int pId)
    • ClientboundPlayerPositionPacket

      public ClientboundPlayerPositionPacket(FriendlyByteBuf pBuffer)
  • 方法详细资料