Class ModMenuConfig

java.lang.Object
com.bleudev.nine_lifes.client.compat.modmenu.ModMenuConfig
All Implemented Interfaces:
com.terraformersmc.modmenu.api.ModMenuApi

public class ModMenuConfig extends Object implements com.terraformersmc.modmenu.api.ModMenuApi
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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

    • ModMenuConfig

      public ModMenuConfig()
  • Method Details

    • getModConfigScreenFactory

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