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

Represents a Zombie. More...

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

Public Member Functions

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.
 

Detailed Description

Represents a Zombie.

Definition at line 6 of file Zombie.java.

Member Function Documentation

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
flagWhether the zombie is a baby
void org.bukkit.entity.Zombie.setVillager ( boolean  flag)

Sets whether the zombie is a villager.

Parameters
flagWhether the zombie is a villager

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