Class EntityEvent.EntityConstructing

  • Enclosing class:
    EntityEvent

    public static class EntityEvent.EntityConstructing
    extends EntityEvent
    EntityConstructing is fired when an Entity is being created.
    This event is fired within the constructor of the Entity.

    This event is not Cancelable.

    This event does not have a result. Event.HasResult

    This event is fired on the MinecraftForge.EVENT_BUS.
    • Method Summary

      • 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
    • Constructor Detail

      • EntityConstructing

        public EntityConstructing​(Entity entity)