Class AddPlayerPacket

All Implemented Interfaces:
Cloneable

public class AddPlayerPacket extends DataPacket
Author:
MagicDroidX (Nukkit Project)
  • Field Details

    • NETWORK_ID

      public static final byte NETWORK_ID
      See Also:
    • uuid

      public UUID uuid
    • username

      public String username
    • entityUniqueId

      public long entityUniqueId
    • entityRuntimeId

      public long entityRuntimeId
    • platformChatId

      public String platformChatId
    • x

      public float x
    • y

      public float y
    • z

      public float z
    • speedX

      public float speedX
    • speedY

      public float speedY
    • speedZ

      public float speedZ
    • pitch

      public float pitch
    • yaw

      public float yaw
    • item

      public Item item
    • gameType

      public int gameType
    • metadata

      public EntityMetadata metadata
    • syncedProperties

      @PowerNukkitXOnly @Since("1.19.40-r1") public PropertySyncData syncedProperties
    • deviceId

      public String deviceId
    • buildPlatform

      public int buildPlatform
  • Constructor Details

    • AddPlayerPacket

      public AddPlayerPacket()
  • Method Details