Class WorkerConfig
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<T>,T>
org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<IWorker>
org.cyclops.commoncapabilities.capability.worker.WorkerConfig
- All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<IWorker>,
IWorker>>
public class WorkerConfig
extends org.cyclops.cyclopscore.config.extendedconfig.CapabilityConfig<IWorker>
Config for the worker capability.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic net.minecraftforge.common.capabilities.Capability<IWorker>
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
-
-
Constructor Details
-
WorkerConfig
public WorkerConfig()
-