Interface ComplexLiving<T extends ComplexLivingPart<T>>

    • Method Detail

      • parts

        java.util.Set<T> parts()
        Gets the set of parts belonging to this complex entity.
        Returns:
        The parts belonging to this entity