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, EntityEvent.EyeHeight
Constructor and Description |
---|
ZombieEvent(ZombieEntity entity) |
Modifier and Type | Method and Description |
---|---|
ZombieEntity |
getSummoner() |
getEntity
public ZombieEvent(ZombieEntity entity)
public ZombieEntity getSummoner()