Class ContainerPartSettingsConfig

java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<org.cyclops.cyclopscore.config.extendedconfig.GuiConfigCommon<ContainerPartSettings,IntegratedDynamics>,net.minecraft.world.inventory.MenuType<ContainerPartSettings>,IntegratedDynamics>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigRegistry<org.cyclops.cyclopscore.config.extendedconfig.GuiConfigCommon<ContainerPartSettings,IntegratedDynamics>,net.minecraft.world.inventory.MenuType<ContainerPartSettings>,IntegratedDynamics>
org.cyclops.cyclopscore.config.extendedconfig.GuiConfigCommon<ContainerPartSettings,IntegratedDynamics>
org.cyclops.integrateddynamics.core.inventory.container.ContainerPartSettingsConfig
All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<org.cyclops.cyclopscore.config.extendedconfig.GuiConfigCommon<ContainerPartSettings,IntegratedDynamics>,net.minecraft.world.inventory.MenuType<ContainerPartSettings>,IntegratedDynamics>>

public class ContainerPartSettingsConfig extends org.cyclops.cyclopscore.config.extendedconfig.GuiConfigCommon<ContainerPartSettings,IntegratedDynamics>
  • Field Summary

    Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon

    configProperties
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.cyclops.cyclopscore.config.extendedconfig.GuiConfigScreenFactoryProvider<ContainerPartSettings>
     

    Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.GuiConfigCommon

    getConfigurableType, getFullTranslationKey, getRegistry, getTranslationKey, onRegistryRegistered

    Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigRegistry

    getResourceKey

    Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon

    addInstanceTransformer, compareTo, downCast, getConfigPropertyPrefix, getElementConstructor, getInstance, getMod, getNamedId, getSubUniqueName, initializeInstance, onConfigPropertyReload, onRegistered, save, showDoubleInitError

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ContainerPartSettingsConfig

      public ContainerPartSettingsConfig()
  • Method Details

    • getScreenFactoryProvider

      public org.cyclops.cyclopscore.config.extendedconfig.GuiConfigScreenFactoryProvider<ContainerPartSettings> getScreenFactoryProvider()
      Specified by:
      getScreenFactoryProvider in class org.cyclops.cyclopscore.config.extendedconfig.GuiConfigCommon<ContainerPartSettings,IntegratedDynamics>