A wild tameable cat.
More...
|
| enum | Type |
| | Represents the various different cat types there are. More...
|
| |
A wild tameable cat.
Definition at line 7 of file Ocelot.java.
| Type org.bukkit.entity.Ocelot.getCatType |
( |
| ) |
|
Gets the current type of this cat.
- Returns
- Type of the cat.
| boolean org.bukkit.entity.Ocelot.isSitting |
( |
| ) |
|
Checks if this ocelot is sitting.
- Returns
- true if sitting
| void org.bukkit.entity.Ocelot.setCatType |
( |
Type |
type | ) |
|
Sets the current type of this cat.
- Parameters
-
| type | New type of this cat. |
| void org.bukkit.entity.Ocelot.setSitting |
( |
boolean |
sitting | ) |
|
Sets if this ocelot is sitting Will remove any path that the ocelot was following beforehand.
- Parameters
-
The documentation for this interface was generated from the following file: