Class EnchantmentConfig

java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<C,I>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge<EnchantmentConfig,net.minecraft.world.item.enchantment.Enchantment>
org.cyclops.cyclopscore.config.extendedconfig.EnchantmentConfig
All Implemented Interfaces:
Comparable<ExtendedConfig<EnchantmentConfig,net.minecraft.world.item.enchantment.Enchantment>>

public abstract class EnchantmentConfig extends ExtendedConfigForge<EnchantmentConfig,net.minecraft.world.item.enchantment.Enchantment>
Config for enchantments.
See Also:
  • Constructor Details

    • EnchantmentConfig

      public EnchantmentConfig(ModBase mod, String namedId, Function<EnchantmentConfig,? extends net.minecraft.world.item.enchantment.Enchantment> elementConstructor)
      Make a new instance.
      Parameters:
      mod - The mod instance.
      namedId - The unique name ID for the configurable.
      elementConstructor - The element constructor.
  • Method Details