Class SimplyNoShadingModMenuEntrypoint
java.lang.Object
com.github.startsmercury.simply.no.shading.entrypoint.SimplyNoShadingModMenuEntrypoint
- All Implemented Interfaces:
com.terraformersmc.modmenu.api.ModMenuApi
public class SimplyNoShadingModMenuEntrypoint
extends Object
implements com.terraformersmc.modmenu.api.ModMenuApi
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.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.terraformersmc.modmenu.api.ConfigScreenFactory<?>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.terraformersmc.modmenu.api.ModMenuApi
getProvidedConfigScreenFactories
-
Constructor Details
-
SimplyNoShadingModMenuEntrypoint
public SimplyNoShadingModMenuEntrypoint()
-
-
Method Details
-
getModConfigScreenFactory
public com.terraformersmc.modmenu.api.ConfigScreenFactory<?> getModConfigScreenFactory()- Specified by:
getModConfigScreenFactoryin interfacecom.terraformersmc.modmenu.api.ModMenuApi
-