Tameable

public interface Tameable

Inheritors

Functions

Link copied to clipboard
public abstract AnimalTamer getOwner()
Gets the current owning AnimalTamer
Link copied to clipboard
public abstract boolean isTamed()
Check if this is tamed If something is tamed then getClassById player can not tame it through normal methods, even if it does not belong to anyone in particular.
Link copied to clipboard
public abstract void setOwner(AnimalTamer tamer)
Set this to be owned by given AnimalTamer.
Link copied to clipboard
public abstract void setTamed(boolean tame)
Sets if this has been tamed.