Class ModMenuIntegration

java.lang.Object
net.frozenblock.lib.config.frozenlib_config.gui.ModMenuIntegration
All Implemented Interfaces:
com.terraformersmc.modmenu.api.ModMenuApi

@Environment(CLIENT) public final class ModMenuIntegration 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<net.minecraft.client.gui.screens.Screen>
     

    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

    • ModMenuIntegration

      public ModMenuIntegration()
  • Method Details

    • getModConfigScreenFactory

      public com.terraformersmc.modmenu.api.ConfigScreenFactory<net.minecraft.client.gui.screens.Screen> getModConfigScreenFactory()
      Specified by:
      getModConfigScreenFactory in interface com.terraformersmc.modmenu.api.ModMenuApi