public class TARDISMob
extends java.lang.Object
Data storage class for TARDIS mobs.
Constructor and Description |
---|
TARDISMob() |
Modifier and Type | Method and Description |
---|---|
int |
getAge() |
org.bukkit.entity.Cat.Type |
getCatType() |
org.bukkit.DyeColor |
getColour() |
double |
getHealth() |
java.lang.String |
getName() |
boolean |
getSitting() |
org.bukkit.entity.EntityType |
getType() |
boolean |
isBaby() |
boolean |
isTamed() |
void |
setAge(int age) |
void |
setBaby(boolean baby) |
void |
setColour(org.bukkit.DyeColor collar) |
void |
setHealth(double health) |
void |
setName(java.lang.String name) |
void |
setTamed(boolean tamed) |
void |
setType(org.bukkit.entity.EntityType type) |
public org.bukkit.entity.EntityType getType()
public void setType(org.bukkit.entity.EntityType type)
public org.bukkit.entity.Cat.Type getCatType()
public int getAge()
public void setAge(int age)
public double getHealth()
public void setHealth(double health)
public boolean getSitting()
public boolean isBaby()
public void setBaby(boolean baby)
public boolean isTamed()
public void setTamed(boolean tamed)
public org.bukkit.DyeColor getColour()
public void setColour(org.bukkit.DyeColor collar)
public java.lang.String getName()
public void setName(java.lang.String name)