Class ForgeEvent.InitEvent

java.lang.Object
net.minecraftforge.fml.common.eventhandler.Event
Enclosing class:
ForgeEvent

public static class ForgeEvent.InitEvent
extends ForgeEvent
init
The init event has no forge event
  • Nested Class Summary

    Nested classes/interfaces inherited from class noppes.npcs.api.event.ForgeEvent

    ForgeEvent.EntityEvent, ForgeEvent.InitEvent, ForgeEvent.WorldEvent

    Nested classes/interfaces inherited from class net.minecraftforge.fml.common.eventhandler.Event

    net.minecraftforge.fml.common.eventhandler.Event.HasResult, net.minecraftforge.fml.common.eventhandler.Event.Result
  • Field Summary

    Fields inherited from class noppes.npcs.api.event.ForgeEvent

    event

    Fields inherited from class noppes.npcs.api.event.CustomNPCsEvent

    API
  • Constructor Summary

    Constructors
    Constructor Description
    InitEvent()  
  • Method Summary

    Methods inherited from class net.minecraftforge.fml.common.eventhandler.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InitEvent

      public InitEvent()