- save(T) - Method in class com.github.startsmercury.simply.no.shading.util.storage.JsonPathStorage
-
Stores the state of a given object.
- save(T) - Method in interface com.github.startsmercury.simply.no.shading.util.storage.Storage
-
Stores the state of a given object.
- saveAsync(T) - Method in interface com.github.startsmercury.simply.no.shading.util.storage.Storage
-
Stores the state of a given object asynchronously.
- saveConfig() - Method in class com.github.startsmercury.simply.no.shading.client.SimplyNoShading
-
- setBlockShadingEnabled(boolean) - Method in class com.github.startsmercury.simply.no.shading.client.Config.Builder
-
Sets block shading enabled or disabled, excluding block entities.
- setCloudShadingEnabled(boolean) - Method in class com.github.startsmercury.simply.no.shading.client.Config.Builder
-
Sets cloud shading enabled or disabled.
- setConfig(Config) - Method in class com.github.startsmercury.simply.no.shading.client.SimplyNoShading
-
Sets a new config.
- setConfigStorage(Storage<Config>) - Method in class com.github.startsmercury.simply.no.shading.client.SimplyNoShading
-
Sets a new config storage.
- setEntityShadingEnabled(boolean) - Method in class com.github.startsmercury.simply.no.shading.client.Config.Builder
-
Sets entity shading enabled or disabled.
- setupKeyMappings(SimplyNoShading) - Method in class com.github.startsmercury.simply.no.shading.entrypoint.SimplyNoShadingClientEntrypoint
-
Registers key mappings and key event listeners.
- setupShutdownHook(Runnable) - Method in class com.github.startsmercury.simply.no.shading.entrypoint.SimplyNoShadingClientEntrypoint
-
Registers a shutdown thread with the name 'Simply No Shading Shutdown Thread'
- shouldApplyMixin(String, String) - Method in class com.github.startsmercury.simply.no.shading.mixin.SimplyNoShadingMixinPlugin
- SimplyNoShading - Class in com.github.startsmercury.simply.no.shading.client
-
The SimplyNoShading class models the Simply No Shading mod.
- SimplyNoShading() - Constructor for class com.github.startsmercury.simply.no.shading.client.SimplyNoShading
-
Creates a new SimplyNoShading instance.
- SimplyNoShadingClientEntrypoint - Class in com.github.startsmercury.simply.no.shading.entrypoint
-
The SimplyNoShadingClientEntrypoint class is an implementation of
ClientModInitializer and is an entrypoint defined with the
client key in the fabric.mod.json.
- SimplyNoShadingClientEntrypoint() - Constructor for class com.github.startsmercury.simply.no.shading.entrypoint.SimplyNoShadingClientEntrypoint
-
- SimplyNoShadingMixinPlugin - Class in com.github.startsmercury.simply.no.shading.mixin
-
Simply No Shading mixin plugin.
- SimplyNoShadingMixinPlugin() - Constructor for class com.github.startsmercury.simply.no.shading.mixin.SimplyNoShadingMixinPlugin
-
Creates a new SimplyNoShadingMixinPlugin.
- SimplyNoShadingModMenuEntrypoint - Class in com.github.startsmercury.simply.no.shading.entrypoint
-
The SimplyNoShadingModMenuEntrypoint class is an implementation of
ModMenuApi and is an entrypoint defined with the modmenu key
in the fabric.mod.json.
- SimplyNoShadingModMenuEntrypoint() - Constructor for class com.github.startsmercury.simply.no.shading.entrypoint.SimplyNoShadingModMenuEntrypoint
-
- Storage<T> - Interface in com.github.startsmercury.simply.no.shading.util.storage
-
A
Storage allows
load and
save
operations on objects.