Class GatherContextEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.jozufozu.flywheel.event.GatherContextEvent
All Implemented Interfaces:
net.minecraftforge.fml.event.IModBusEvent

public class GatherContextEvent extends net.minecraftforge.eventbus.api.Event implements net.minecraftforge.fml.event.IModBusEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    GatherContextEvent(boolean firstLoad)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class net.minecraftforge.eventbus.api.Event

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

    Methods inherited from class java.lang.Object

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

    • GatherContextEvent

      public GatherContextEvent(boolean firstLoad)
  • Method Details

    • isFirstLoad

      public boolean isFirstLoad()
      Returns:
      true iff it is the first time the event is fired.