|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Ageable
Represents an entity that can age and breed.
Method Summary | |
---|---|
boolean |
canBreed()
Return the ability to breed of the animal. |
int |
getAge()
Gets the age of this animal. |
boolean |
getAgeLock()
Gets the current agelock. |
boolean |
isAdult()
Returns true if the animal is an adult. |
void |
setAdult()
Sets the age of the animal to an adult |
void |
setAge(int age)
Sets the age of this animal. |
void |
setAgeLock(boolean lock)
Lock the age of the animal, setting this will prevent the animal from maturing or getting ready for mating. |
void |
setBaby()
Sets the age of the animal to a baby |
void |
setBreed(boolean breed)
Set breedability of the animal, if the animal is a baby and set to breed it will instantly grow up. |
Methods inherited from interface org.bukkit.entity.Creature |
---|
getTarget, setTarget |
Methods inherited from interface org.bukkit.entity.Damageable |
---|
_INVALID_damage, _INVALID_damage, _INVALID_getHealth, _INVALID_getMaxHealth, _INVALID_setHealth, _INVALID_setMaxHealth, damage, damage, getHealth, getMaxHealth, resetMaxHealth, setHealth, setMaxHealth |
Methods inherited from interface org.bukkit.entity.Entity |
---|
eject, getEntityId, getFallDistance, getFireTicks, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getServer, getTicksLived, getType, getUniqueId, getVehicle, getVelocity, getWorld, isDead, isEmpty, isInsideVehicle, isOnGround, isValid, leaveVehicle, playEffect, remove, setFallDistance, setFireTicks, setLastDamageCause, setPassenger, setTicksLived, setVelocity, teleport, teleport, teleport, teleport |
Methods inherited from interface org.bukkit.metadata.Metadatable |
---|
getMetadata, hasMetadata, removeMetadata, setMetadata |
Method Detail |
---|
int getAge()
void setAge(int age)
age
- New agevoid setAgeLock(boolean lock)
lock
- new lockboolean getAgeLock()
void setBaby()
void setAdult()
boolean isAdult()
boolean canBreed()
void setBreed(boolean breed)
breed
- breedability of the animal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |