
org.bukkit.entity.ComplexLivingEntity Maven / Gradle / Ivy
package org.bukkit.entity;
import java.util.Set;
/**
* Represents a complex living entity - one that is made up of various smaller
* parts
*/
public interface ComplexLivingEntity extends LivingEntity {
/**
* Gets a list of parts that belong to this complex entity
*
* @return List of parts
*/
Set getParts();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy