@Deprecated
public class SimplyNoShadingClientEntrypoint
extends java.lang.Object
implements net.fabricmc.api.ClientModInitializer
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.| Constructor and Description |
|---|
SimplyNoShadingClientEntrypoint()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onInitializeClient()
Deprecated.
|
protected void |
setupKeyMappings(SimplyNoShading simplyNoShading)
Deprecated.
Registers key mappings and key event listeners.
|
protected void |
setupShutdownHook(java.lang.Runnable shutdownAction)
Deprecated.
Registers a shutdown thread with the name 'Simply No Shading Shutdown Thread'
|
public SimplyNoShadingClientEntrypoint()
public void onInitializeClient()
onInitializeClient in interface net.fabricmc.api.ClientModInitializerprotected void setupKeyMappings(SimplyNoShading simplyNoShading)
simplyNoShading - the simply no shading instanceprotected void setupShutdownHook(java.lang.Runnable shutdownAction)
shutdownAction - the shutdown action to run