Uses of Interface
net.minecraftforge.fml.config.IConfigEvent
Packages that use IConfigEvent
Package
Description
-
Uses of IConfigEvent in net.minecraftforge.fml
Fields in net.minecraftforge.fml with type parameters of type IConfigEventModifier and TypeFieldDescriptionprotected Optional<Consumer<IConfigEvent>>ModContainer.configHandlerMethods in net.minecraftforge.fml with parameters of type IConfigEvent -
Uses of IConfigEvent in net.minecraftforge.fml.config
Fields in net.minecraftforge.fml.config with type parameters of type IConfigEventModifier and TypeFieldDescriptionprivate final Function<ModConfig,IConfigEvent> IConfigEvent.ConfigConfig.loadingThe field for theloadingrecord component.private final Function<ModConfig,IConfigEvent> IConfigEvent.ConfigConfig.reloadingThe field for thereloadingrecord component.Methods in net.minecraftforge.fml.config with type parameters of type IConfigEventModifier and TypeMethodDescriptiondefault <T extends net.minecraftforge.eventbus.api.Event & IConfigEvent>
TIConfigEvent.self()Methods in net.minecraftforge.fml.config that return IConfigEventMethods in net.minecraftforge.fml.config that return types with arguments of type IConfigEventModifier and TypeMethodDescriptionIConfigEvent.ConfigConfig.loading()Returns the value of theloadingrecord component.IConfigEvent.ConfigConfig.reloading()Returns the value of thereloadingrecord component.Methods in net.minecraftforge.fml.config with parameters of type IConfigEventModifier and TypeMethodDescription(package private) voidModConfig.fireEvent(IConfigEvent configEvent) Constructor parameters in net.minecraftforge.fml.config with type arguments of type IConfigEventModifierConstructorDescriptionConfigConfig(Function<ModConfig, IConfigEvent> loading, Function<ModConfig, IConfigEvent> reloading) Creates an instance of aConfigConfigrecord class. -
Uses of IConfigEvent in net.minecraftforge.fml.event.config
Classes in net.minecraftforge.fml.event.config that implement IConfigEventModifier and TypeClassDescriptionclassstatic classstatic class