Class EnergyNetworkConfig
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<T>,T>
org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<IEnergyNetwork>
org.cyclops.integrateddynamics.capability.network.EnergyNetworkConfig
- All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<IEnergyNetwork>,
IEnergyNetwork>>
public class EnergyNetworkConfig
extends org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<IEnergyNetwork>
Config for the energy network capability.
-
Field Summary
Modifier and TypeFieldDescriptionstatic net.minecraftforge.common.capabilities.Capability<IEnergyNetwork>
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
configProperties
-
Constructor Summary
-
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
-
Field Details
-
CAPABILITY
-
-
Constructor Details
-
EnergyNetworkConfig
public EnergyNetworkConfig()
-