java.lang.Object
io.github.thecsdev.betterstats.api.client.modmenu.ModMenuApiImpl
All Implemented Interfaces:
com.terraformersmc.modmenu.api.ModMenuApi

public final class ModMenuApiImpl extends Object implements com.terraformersmc.modmenu.api.ModMenuApi
An optional ModMenuApi integration for the config GUI.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final com.terraformersmc.modmenu.api.ConfigScreenFactory<?>
     

    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

    • ModMenuApiImpl

      public ModMenuApiImpl()
  • Method Details

    • getModConfigScreenFactory

      public final com.terraformersmc.modmenu.api.ConfigScreenFactory<?> getModConfigScreenFactory()
      Specified by:
      getModConfigScreenFactory in interface com.terraformersmc.modmenu.api.ModMenuApi