Class ModConfig.Loading

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.fml.config.ModConfig.ModConfigEvent
net.minecraftforge.fml.config.ModConfig.Loading
All Implemented Interfaces:
IModBusEvent
Enclosing class:
ModConfig

public static class ModConfig.Loading extends ModConfig.ModConfigEvent
  • 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
     
  • Method Summary

    Methods inherited from class net.minecraftforge.fml.config.ModConfig.ModConfigEvent

    getConfig

    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 Details