Class EnderDragonPartEntity

java.lang.Object
org.geysermc.geyser.entity.type.Entity
org.geysermc.geyser.entity.type.living.monster.EnderDragonPartEntity
All Implemented Interfaces:
org.geysermc.geyser.api.entity.type.GeyserEntity

public class EnderDragonPartEntity extends Entity
  • Constructor Details

    • EnderDragonPartEntity

      public EnderDragonPartEntity(GeyserSession session, int entityId, long geyserId, float width, float height)
  • Method Details

    • initializeMetadata

      protected void initializeMetadata()
      Description copied from class: Entity
      Called on entity spawn. Used to populate the entity metadata and flags with default values.
      Overrides:
      initializeMetadata in class Entity
    • dragonPartSpawnContext

      public static EntitySpawnContext dragonPartSpawnContext(GeyserSession session, int entityId, long geyserId, float width, float height)