Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
org.bukkit.entity.MushroomCow Interface Reference

Represents a mushroom Cow. More...

+ Inheritance diagram for org.bukkit.entity.MushroomCow:
+ Collaboration diagram for org.bukkit.entity.MushroomCow:

Additional Inherited Members

- Public Member Functions inherited from org.bukkit.entity.Ageable
int getAge ()
 Gets the age of this animal.
 
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.
 
boolean getAgeLock ()
 Gets the current agelock.
 
void setBaby ()
 Sets the age of the animal to a baby.
 
void setAdult ()
 Sets the age of the animal to an adult.
 
boolean isAdult ()
 Returns true if the animal is an adult.
 
boolean canBreed ()
 Return the ability to breed of the animal.
 
void setBreed (boolean breed)
 Set breedability of the animal, if the animal is a baby and set to breed it will instantly grow up.
 

Detailed Description

Represents a mushroom Cow.

Definition at line 6 of file MushroomCow.java.


The documentation for this interface was generated from the following file: