Class SimplyNoShadingClientEntrypoint
java.lang.Object
com.github.startsmercury.simply.no.shading.entrypoint.SimplyNoShadingClientEntrypoint
- All Implemented Interfaces:
net.fabricmc.api.ClientModInitializer
@Deprecated(since="7.0.0",
forRemoval=true)
public class SimplyNoShadingClientEntrypoint
extends Object
implements net.fabricmc.api.ClientModInitializer
Deprecated, for removal: This API element is subject to removal in a future version.
No replacement
The
SimplyNoShadingClientEntrypoint class is an implementation of
ClientModInitializer and is an entrypoint defined with the
client key in the fabric.mod.json. This allows Simply No
Shading to be initialized and configured for the minecraft client.- Since:
- 6.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.protected voidsetupKeyMappings(SimplyNoShading simplyNoShading) Deprecated, for removal: This API element is subject to removal in a future version.Registers key mappings and key event listeners.protected voidDeprecated, for removal: This API element is subject to removal in a future version.Registers resources such as built-in resource packs.protected voidsetupShutdownHook(Runnable shutdownAction) Deprecated, for removal: This API element is subject to removal in a future version.Registers a shutdown thread with the name 'Simply No Shading Shutdown Thread'
-
Constructor Details
-
SimplyNoShadingClientEntrypoint
public SimplyNoShadingClientEntrypoint()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
onInitializeClient
public void onInitializeClient()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
onInitializeClientin interfacenet.fabricmc.api.ClientModInitializer
-
setupKeyMappings
Deprecated, for removal: This API element is subject to removal in a future version.Registers key mappings and key event listeners.- Parameters:
simplyNoShading- the simply no shading instance
-
setupResources
protected void setupResources()Deprecated, for removal: This API element is subject to removal in a future version.Registers resources such as built-in resource packs. -
setupShutdownHook
Deprecated, for removal: This API element is subject to removal in a future version.Registers a shutdown thread with the name 'Simply No Shading Shutdown Thread'- Parameters:
shutdownAction- the shutdown action to run
-