toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.entity
/
Tameable
Tameable
public
interface
Tameable
Inheritors
Horse
Ocelot
Wolf
Members
Functions
get
Owner
Link copied to clipboard
public
abstract
AnimalTamer
getOwner
(
)
Gets the current owning AnimalTamer
is
Tamed
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.
set
Owner
Link copied to clipboard
public
abstract
void
setOwner
(
AnimalTamer
tamer
)
Set this to be owned by given AnimalTamer.
set
Tamed
Link copied to clipboard
public
abstract
void
setTamed
(
boolean tame
)
Sets if this has been tamed.