Class ZombieEvent

  • Direct Known Subclasses:
    ZombieEvent.SummonAidEvent

    public class ZombieEvent
    extends EntityEvent
    ZombieEvent is fired whenever a zombie is spawned for aid. If a method utilizes this 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ZombieEntity getSummoner()  
      • Methods inherited from class net.minecraftforge.eventbus.api.Event

        getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait