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.EntityConstructing
Event.HasResult, Event.Result
Constructor and Description |
---|
ZombieEvent(EntityZombie entity) |
Modifier and Type | Method and Description |
---|---|
EntityZombie |
getSummoner() |
getEntity
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public ZombieEvent(EntityZombie entity)
public EntityZombie getSummoner()