Package com.mrbysco.spellchecker.config
Class SpellCheckerConfig
java.lang.Object
com.mrbysco.spellchecker.config.SpellCheckerConfig
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SpellCheckerConfig.Clientstatic final net.neoforged.neoforge.common.ModConfigSpec -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidonFileChange(net.neoforged.fml.event.config.ModConfigEvent.Reloading configEvent) static voidonLoad(net.neoforged.fml.event.config.ModConfigEvent.Loading configEvent)
-
Field Details
-
clientSpec
public static final net.neoforged.neoforge.common.ModConfigSpec clientSpec -
CLIENT
-
-
Constructor Details
-
SpellCheckerConfig
public SpellCheckerConfig()
-
-
Method Details
-
onLoad
public static void onLoad(net.neoforged.fml.event.config.ModConfigEvent.Loading configEvent) -
onFileChange
public static void onFileChange(net.neoforged.fml.event.config.ModConfigEvent.Reloading configEvent)
-