|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Zombie
Represents a Zombie.
Method Summary | |
---|---|
boolean |
isBaby()
Gets whether the zombie is a baby |
boolean |
isVillager()
Gets whether the zombie is a villager |
void |
setBaby(boolean flag)
Sets whether the zombie is a baby |
void |
setVillager(boolean flag)
Sets whether the zombie is a villager |
Methods inherited from interface org.bukkit.entity.Creature |
---|
getTarget, setTarget |
Methods inherited from interface org.bukkit.entity.Damageable |
---|
damage, damage, getHealth, getMaxHealth, resetMaxHealth, setHealth, setMaxHealth |
Method Detail |
---|
boolean isBaby()
void setBaby(boolean flag)
flag
- Whether the zombie is a babyboolean isVillager()
void setVillager(boolean flag)
flag
- Whether the zombie is a villager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |