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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    protected void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Registers key mappings and key event listeners.
    protected void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Registers resources such as built-in resource packs.
    protected void
    setupShutdownHook(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'

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      onInitializeClient in interface net.fabricmc.api.ClientModInitializer
    • setupKeyMappings

      protected void setupKeyMappings(SimplyNoShading simplyNoShading)
      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

      protected void setupShutdownHook(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'
      Parameters:
      shutdownAction - the shutdown action to run