Class EnchantmentEffectComponentConfig<T>
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<EnchantmentEffectComponentConfig<T>,net.minecraft.core.component.DataComponentType<T>,ModBase<?>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<EnchantmentEffectComponentConfig<T>,net.minecraft.core.component.DataComponentType<T>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge<EnchantmentEffectComponentConfig<T>,net.minecraft.core.component.DataComponentType<T>>
org.cyclops.cyclopscore.config.extendedconfig.EnchantmentEffectComponentConfig<T>
- All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<EnchantmentEffectComponentConfig<T>,
net.minecraft.core.component.DataComponentType<T>, ModBase<?>>>
@Deprecated
public class EnchantmentEffectComponentConfig<T>
extends ExtendedConfigForge<EnchantmentEffectComponentConfig<T>,net.minecraft.core.component.DataComponentType<T>>
Deprecated.
Config for enchantment effect components.
- See Also:
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
configProperties
-
Constructor Summary
ConstructorDescriptionEnchantmentEffectComponentConfig
(ModBase<?> mod, String namedId, UnaryOperator<net.minecraft.core.component.DataComponentType.Builder<T>> builder) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.net.minecraft.core.Registry
<net.minecraft.core.component.DataComponentType<?>> Deprecated.Deprecated.Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge
getResourceKey
Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
getConfigPropertyPrefix, getConfigPropertyPrefix, getConfigPropertyPrefixPublic, getMod
Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
addInstanceTransformer, compareTo, downCast, getElementConstructor, getFullTranslationKey, getInstance, getNamedId, getSubUniqueName, initializeInstance, onConfigPropertyReload, onForgeRegistered, onRegistered, save, showDoubleInitError
-
Constructor Details
-
EnchantmentEffectComponentConfig
public EnchantmentEffectComponentConfig(ModBase<?> mod, String namedId, UnaryOperator<net.minecraft.core.component.DataComponentType.Builder<T>> builder) Deprecated.
-
-
Method Details
-
getTranslationKey
Deprecated.- Specified by:
getTranslationKey
in classorg.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<EnchantmentEffectComponentConfig<T>,
net.minecraft.core.component.DataComponentType<T>, ModBase<?>>
-
getConfigurableType
Deprecated.- Specified by:
getConfigurableType
in classExtendedConfig<EnchantmentEffectComponentConfig<T>,
net.minecraft.core.component.DataComponentType<T>>
-
getRegistry
public net.minecraft.core.Registry<net.minecraft.core.component.DataComponentType<?>> getRegistry()Deprecated.- Specified by:
getRegistry
in classExtendedConfigForge<EnchantmentEffectComponentConfig<T>,
net.minecraft.core.component.DataComponentType<T>> - Returns:
- The registry in which this should be registered.
-