Class ContainerLabellerConfig

java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<org.cyclops.cyclopscore.config.extendedconfig.GuiConfigCommon<ContainerLabeller,org.cyclops.cyclopscore.init.IModBase>,net.minecraft.world.inventory.MenuType<ContainerLabeller>,org.cyclops.cyclopscore.init.IModBase>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigRegistry<org.cyclops.cyclopscore.config.extendedconfig.GuiConfigCommon<ContainerLabeller,org.cyclops.cyclopscore.init.IModBase>,net.minecraft.world.inventory.MenuType<ContainerLabeller>,org.cyclops.cyclopscore.init.IModBase>
org.cyclops.cyclopscore.config.extendedconfig.GuiConfigCommon<ContainerLabeller,org.cyclops.cyclopscore.init.IModBase>
org.cyclops.integrateddynamics.inventory.container.ContainerLabellerConfig
All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<org.cyclops.cyclopscore.config.extendedconfig.GuiConfigCommon<ContainerLabeller,org.cyclops.cyclopscore.init.IModBase>,net.minecraft.world.inventory.MenuType<ContainerLabeller>,org.cyclops.cyclopscore.init.IModBase>>

public class ContainerLabellerConfig extends org.cyclops.cyclopscore.config.extendedconfig.GuiConfigCommon<ContainerLabeller,org.cyclops.cyclopscore.init.IModBase>
Config for ContainerLabeller.
  • 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<ContainerLabeller>
     

    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

    • ContainerLabellerConfig

      public ContainerLabellerConfig()
  • Method Details

    • getScreenFactoryProvider

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