Class IngredientComponentStorageHandlerConfig
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<T>,T>
org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<IIngredientComponentStorageHandler>
org.cyclops.commoncapabilities.capability.ingredient.storage.IngredientComponentStorageHandlerConfig
- All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<IIngredientComponentStorageHandler>,
IIngredientComponentStorageHandler>>
public class IngredientComponentStorageHandlerConfig
extends org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<IIngredientComponentStorageHandler>
Config for the
IIngredientComponentStorageHandler
capability.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic net.minecraftforge.common.capabilities.Capability<IIngredientComponentStorageHandler>
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
configProperties
-
Constructor Summary
Constructors -
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
public static net.minecraftforge.common.capabilities.Capability<IIngredientComponentStorageHandler> CAPABILITY
-
-
Constructor Details
-
IngredientComponentStorageHandlerConfig
public IngredientComponentStorageHandlerConfig()
-