Package org.bukkit.entity
Interface Shearable
public interface Shearable
Represents an entity which can be shorn with shears.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGets whether the entity is in its sheared state.voidsetSheared(boolean flag) Sets whether the entity is in its sheared state.
- 
Method Details- 
isShearedboolean isSheared()Gets whether the entity is in its sheared state.- Returns:
- Whether the entity is sheared.
 
- 
setShearedvoid setSheared(boolean flag) Sets whether the entity is in its sheared state.- Parameters:
- flag- Whether to shear the entity
 
 
-