Interface ComplexLivingEntity

All Superinterfaces:
Attributable, CommandSender, Damageable, Entity, LivingEntity, Metadatable, Nameable, Permissible, PersistentDataHolder, ProjectileSource, ServerOperator
All Known Subinterfaces:
EnderDragon

public interface ComplexLivingEntity extends LivingEntity
Represents a complex living entity - one that is made up of various smaller parts
  • Method Details

    • getParts

      @NotNull Set<ComplexEntityPart> getParts()
      Gets a list of parts that belong to this complex entity
      Returns:
      List of parts