Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
ComplexLivingEntity.java
Go to the documentation of this file.
1 package org.bukkit.entity;
2 
3 import java.util.Set;
4 
8 public interface ComplexLivingEntity extends LivingEntity {
14  public Set<ComplexEntityPart> getParts();
15 }