Class SimplyNoShadingImpl
java.lang.Object
io.github.startsmercury.simply_no_shading.impl.client.SimplyNoShadingImpl
- All Implemented Interfaces:
SimplyNoShading
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic SimplyNoShadingImplstatic final Stringstatic final org.slf4j.Loggerstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfig()The Simply No Shading config.Simply No Shading's client configuration file path.static voidinit()voidprotected voidprotected voidprotected voidregisterShutdownHook(Runnable shutdownAction) voidvoidChanges the config.it.unimi.dsi.fastutil.objects.ObjectList<? extends ShadingToggle>
-
Field Details
-
MODID
- See Also:
-
LOGGER
public static final org.slf4j.Logger LOGGER -
KEY_CATEGORY
- See Also:
-
instance
-
-
Constructor Details
-
SimplyNoShadingImpl
public SimplyNoShadingImpl(net.fabricmc.loader.api.FabricLoader fabricLoader)
-
-
Method Details
-
init
public static void init() -
configPath
Description copied from interface:SimplyNoShadingSimply No Shading's client configuration file path.- Specified by:
configPathin interfaceSimplyNoShading
-
config
Description copied from interface:SimplyNoShadingThe Simply No Shading config.- Specified by:
configin interfaceSimplyNoShading- See Also:
-
setConfig
Description copied from interface:SimplyNoShadingChanges the config.- Specified by:
setConfigin interfaceSimplyNoShading- See Also:
-
loadConfig
public void loadConfig() -
saveConfig
public void saveConfig() -
openConfigScreen
-
reloadConfig
-
shadingToggles
-
registerKeyMappings
protected void registerKeyMappings() -
registerResources
protected void registerResources() -
registerShutdownHook
-