Package dev.zelo.renderscale.compat
Class ModMenuApiImpl
java.lang.Object
dev.zelo.renderscale.compat.ModMenuApiImpl
- All Implemented Interfaces:
com.terraformersmc.modmenu.api.ModMenuApi
@Environment(CLIENT)
public class ModMenuApiImpl
extends Object
implements com.terraformersmc.modmenu.api.ModMenuApi
A compat layer for integrating with Mod Menu.
-
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
attachModpackBadges, getProvidedConfigScreenFactories, getProvidedUpdateCheckers, getUpdateChecker
-
Constructor Details
-
ModMenuApiImpl
public ModMenuApiImpl()
-
-
Method Details
-
getModConfigScreenFactory
public com.terraformersmc.modmenu.api.ConfigScreenFactory<?> getModConfigScreenFactory()- Specified by:
getModConfigScreenFactoryin interfacecom.terraformersmc.modmenu.api.ModMenuApi
-