Class DynamicLightConfig

java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<T>,T>
org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<IDynamicLight>
org.cyclops.integrateddynamics.capability.dynamiclight.DynamicLightConfig
All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<IDynamicLight>,IDynamicLight>>

public class DynamicLightConfig extends org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<IDynamicLight>
Config for the dynamic light capability.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static net.minecraftforge.common.capabilities.Capability<IDynamicLight>
     

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

    configProperties
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    getConfigurableType, getFullTranslationKey, getTranslationKey, getType

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

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

    Methods inherited from class java.lang.Object

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

    • CAPABILITY

      public static net.minecraftforge.common.capabilities.Capability<IDynamicLight> CAPABILITY
  • Constructor Details

    • DynamicLightConfig

      public DynamicLightConfig()