Class ItemFacadeConfig

java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<C,I>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge<org.cyclops.cyclopscore.config.extendedconfig.ItemConfig,net.minecraft.world.item.Item>
org.cyclops.cyclopscore.config.extendedconfig.ItemConfig
org.cyclops.integrateddynamics.item.ItemFacadeConfig
All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<org.cyclops.cyclopscore.config.extendedconfig.ItemConfig,net.minecraft.world.item.Item>>, org.cyclops.cyclopscore.config.extendedconfig.IModelProviderConfig

public class ItemFacadeConfig extends org.cyclops.cyclopscore.config.extendedconfig.ItemConfig
Config for the facade.
  • Field Summary

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

    dynamicItemVariantLocation

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

    configProperties
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onModLoaded(net.minecraftforge.fml.event.lifecycle.FMLLoadCompleteEvent event)
     

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

    getConfigurableType, getDefaultCreativeTabEntries, getFullTranslationKey, getItemColorHandler, getModelName, getRegistry, getTranslationKey, onForgeRegistered, onRegistered, registerDynamicModel

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

    getResourceKey

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

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

    Methods inherited from class java.lang.Object

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

    • ItemFacadeConfig

      public ItemFacadeConfig()
  • Method Details

    • onModLoaded

      public void onModLoaded(net.minecraftforge.fml.event.lifecycle.FMLLoadCompleteEvent event)