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