Class AddEntityPacket

All Implemented Interfaces:
Cloneable

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

    • NETWORK_ID

      public static final byte NETWORK_ID
      See Also:
    • LEGACY_IDS

      public static com.google.common.collect.ImmutableMap<Integer,String> LEGACY_IDS
    • entityUniqueId

      public long entityUniqueId
    • entityRuntimeId

      public long entityRuntimeId
    • type

      public int type
    • id

      public String id
    • x

      public float x
    • y

      public float y
    • z

      public float z
    • speedX

      public float speedX
    • speedY

      public float speedY
    • speedZ

      public float speedZ
    • yaw

      public float yaw
    • pitch

      public float pitch
    • headYaw

      public float headYaw
    • bodyYaw

      public float bodyYaw
    • attributes

      @PowerNukkitXOnly @Since("1.19.40-r1") public Attribute[] attributes
    • metadata

      public EntityMetadata metadata
    • syncedProperties

      public PropertySyncData syncedProperties
  • Constructor Details

    • AddEntityPacket

      public AddEntityPacket()
  • Method Details