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.private final @Nullable Function<ModConfig,IConfigEvent> IConfigEvent.ConfigConfig.unloadingThe field for theunloadingrecord 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 IConfigEventModifier and TypeMethodDescriptionstatic IConfigEventstatic IConfigEventstatic @Nullable 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.@Nullable Function<ModConfig,IConfigEvent> IConfigEvent.ConfigConfig.unloading()Returns the value of theunloadingrecord 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, @Nullable Function<ModConfig, IConfigEvent> unloading) 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 classFired during mod and server loading, depending onModConfig.Typeof config file.static classFired when the configuration is changed.static classFired when a config is unloaded.