Class ExtendedConfigForge<C extends ExtendedConfig<C,I>,I>
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<C,I>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge<C,I>
- Type Parameters:
C
- Class of the extension of ExtendedConfigI
- The instance corresponding to this config.
- All Implemented Interfaces:
Comparable<ExtendedConfig<C,
I>>
- Direct Known Subclasses:
ArgumentTypeConfig
,BiomeConfig
,BiomeModifierConfig
,BlockConfig
,BlockEntityConfig
,EffectConfig
,EnchantmentConfig
,EntityConfig
,FoliagePlacerConfig
,GuiConfig
,ItemConfig
,LootModifierConfig
,ParticleConfig
,RecipeConfig
,RecipeTypeConfig
,VillagerConfig
,WorldFeatureConfig
public abstract class ExtendedConfigForge<C extends ExtendedConfig<C,I>,I>
extends ExtendedConfig<C,I>
An extended config for instances that are to be registered in a Forge registry.
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
configProperties
-
Constructor Summary
-
Method Summary
Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
compareTo, downCast, getConfigPropertyPrefix, getConfigurableType, getFullTranslationKey, getInstance, getSubUniqueName, getTranslationKey, initializeInstance, onConfigPropertyReload, onForgeRegistered, onRegistered, save, showDoubleInitError
-
Constructor Details
-
ExtendedConfigForge
Create a new config- Parameters:
mod
- The mod instance.namedId
- A unique name idelementConstructor
- The element constructor.
-
-
Method Details
-
getRegistry
- Returns:
- The registry in which this should be registered.
-
getResourceKey
-