Represents a Zombie.
More...
|
| boolean | isBaby () |
| | Gets whether the zombie is a baby.
|
| |
| void | setBaby (boolean flag) |
| | Sets whether the zombie is a baby.
|
| |
| boolean | isVillager () |
| | Gets whether the zombie is a villager.
|
| |
| void | setVillager (boolean flag) |
| | Sets whether the zombie is a villager.
|
| |
Represents a Zombie.
Definition at line 6 of file Zombie.java.
| boolean org.bukkit.entity.Zombie.isBaby |
( |
| ) |
|
Gets whether the zombie is a baby.
- Returns
- Whether the zombie is a baby
| boolean org.bukkit.entity.Zombie.isVillager |
( |
| ) |
|
Gets whether the zombie is a villager.
- Returns
- Whether the zombie is a villager
| void org.bukkit.entity.Zombie.setBaby |
( |
boolean |
flag | ) |
|
Sets whether the zombie is a baby.
- Parameters
-
| flag | Whether the zombie is a baby |
| void org.bukkit.entity.Zombie.setVillager |
( |
boolean |
flag | ) |
|
Sets whether the zombie is a villager.
- Parameters
-
| flag | Whether the zombie is a villager |
The documentation for this interface was generated from the following file: