类 ClientboundTeleportEntityPacket

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

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

    • id

      private final int id
    • x

      private final double x
    • y

      private final double y
    • z

      private final double z
    • yRot

      private final byte yRot
    • xRot

      private final byte xRot
    • onGround

      private final boolean onGround
  • 构造器详细资料

    • ClientboundTeleportEntityPacket

      public ClientboundTeleportEntityPacket(Entity pEntity)
    • ClientboundTeleportEntityPacket

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