public class ZombieEvent extends EntityEvent
Event as its parameter, the method will 
 receive every child event of this class.
 
 All children of this event are fired on the MinecraftForge.EVENT_BUS.| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ZombieEvent.SummonAidEvent
SummonAidEvent is fired when a Zombie Entity is summoned. 
 | 
EntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructingEvent.HasResult, Event.Result| Constructor and Description | 
|---|
ZombieEvent(EntityZombie entity)  | 
| Modifier and Type | Method and Description | 
|---|---|
EntityZombie | 
getSummoner()  | 
getEntitygetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic ZombieEvent(EntityZombie entity)
public EntityZombie getSummoner()