Class ItemVariableConfig

java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<org.cyclops.cyclopscore.config.extendedconfig.ItemConfigCommon<IntegratedDynamics>,net.minecraft.world.item.Item,IntegratedDynamics>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigRegistry<org.cyclops.cyclopscore.config.extendedconfig.ItemConfigCommon<IntegratedDynamics>,net.minecraft.world.item.Item,IntegratedDynamics>
org.cyclops.cyclopscore.config.extendedconfig.ItemConfigCommon<IntegratedDynamics>
org.cyclops.integrateddynamics.item.ItemVariableConfig
All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<org.cyclops.cyclopscore.config.extendedconfig.ItemConfigCommon<IntegratedDynamics>,net.minecraft.world.item.Item,IntegratedDynamics>>, org.cyclops.cyclopscore.config.extendedconfig.IModelProviderConfig

public class ItemVariableConfig extends org.cyclops.cyclopscore.config.extendedconfig.ItemConfigCommon<IntegratedDynamics>
Config for a variable item.
  • 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
    @Nullable org.cyclops.cyclopscore.config.extendedconfig.ItemClientConfig<IntegratedDynamics>
     
    protected void
    registerCapability(net.neoforged.neoforge.capabilities.RegisterCapabilitiesEvent event)
     

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

    getConfigurableType, getDefaultCreativeTabEntries, getFullTranslationKey, getItemClientConfig, getModelName, getRegistry, getTranslationKey

    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, onRegistryRegistered, save, showDoubleInitError

    Methods inherited from class java.lang.Object

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

    • ItemVariableConfig

      public ItemVariableConfig()
  • Method Details

    • constructItemClientConfig

      @Nullable public @Nullable org.cyclops.cyclopscore.config.extendedconfig.ItemClientConfig<IntegratedDynamics> constructItemClientConfig()
      Overrides:
      constructItemClientConfig in class org.cyclops.cyclopscore.config.extendedconfig.ItemConfigCommon<IntegratedDynamics>
    • registerCapability

      protected void registerCapability(net.neoforged.neoforge.capabilities.RegisterCapabilitiesEvent event)