Class ModConfigEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.fml.event.config.ModConfigEvent
All Implemented Interfaces:
IConfigEvent, IModBusEvent
Direct Known Subclasses:
ModConfigEvent.Loading, ModConfigEvent.Reloading

public class ModConfigEvent extends net.minecraftforge.eventbus.api.Event implements IModBusEvent, IConfigEvent
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
    static class 
     

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

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result

    Nested classes/interfaces inherited from interface net.minecraftforge.fml.config.IConfigEvent

    IConfigEvent.ConfigConfig
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private ModConfig
     

    Fields inherited from interface net.minecraftforge.fml.config.IConfigEvent

    CONFIGCONFIG
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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

    Methods inherited from interface net.minecraftforge.fml.config.IConfigEvent

    self