Package eu.sculkpowered.server.entity
Interface Tameable
public interface Tameable
Represents an entity that is tameable.
- 
Method Summary
- 
Method Details- 
sittingboolean sitting()Gets whether the entity sits or not.- Returns:
- trueif its sits
- Since:
- 1.0.0
 
- 
sittingvoid sitting(boolean sitting) Sets the entity into the sit mode or not.- Parameters:
- sitting- whether it should sit or not
- Since:
- 1.0.0
 
- 
tamedboolean tamed()Gets whether the entity is tamed or not.- Returns:
- trueif its tamed
- Since:
- 1.0.0
 
- 
ownerGets the unique id of the owner of the entity.- Returns:
- the unique id of the owner of this entity
- Since:
- 1.0.0
 
 
-