接口 ComplexLivingEntity

所有超级接口:
Attributable, CommandSender, Damageable, Entity, LivingEntity, Metadatable, Nameable, Permissible, ProjectileSource, ServerOperator
所有已知子接口:
EnderDragon

public interface ComplexLivingEntity extends LivingEntity
Represents a complex living entity - one that is made up of various smaller parts
  • 方法详细资料

    • getParts

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