Class SimplyNoShadingModMenuEntrypoint

java.lang.Object
com.github.startsmercury.simply.no.shading.entrypoint.SimplyNoShadingModMenuEntrypoint
All Implemented Interfaces:
com.terraformersmc.modmenu.api.ModMenuApi

@Deprecated(since="7.0.0", forRemoval=true) public class SimplyNoShadingModMenuEntrypoint extends Object implements com.terraformersmc.modmenu.api.ModMenuApi
Deprecated, for removal: This API element is subject to removal in a future version.
No replacement
The SimplyNoShadingModMenuEntrypoint class is an implementation of ModMenuApi and is an entrypoint defined with the modmenu key in the fabric.mod.json. This acts as compatibility between Simply No Shading and ModMenu.
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
    com.terraformersmc.modmenu.api.ConfigScreenFactory<?>
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.terraformersmc.modmenu.api.ModMenuApi

    attachModpackBadges, getProvidedConfigScreenFactories, getProvidedUpdateCheckers, getUpdateChecker
  • Constructor Details

    • SimplyNoShadingModMenuEntrypoint

      public SimplyNoShadingModMenuEntrypoint()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getModConfigScreenFactory

      public com.terraformersmc.modmenu.api.ConfigScreenFactory<?> getModConfigScreenFactory()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getModConfigScreenFactory in interface com.terraformersmc.modmenu.api.ModMenuApi