Class CustomEnchantments

java.lang.Object
com.bleudev.nine_lifes.custom.CustomEnchantments

public class CustomEnchantments extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.registry.RegistryKey<net.minecraft.enchantment.Enchantment>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.registry.entry.RegistryEntry<net.minecraft.enchantment.Enchantment>
    getEntry(net.minecraft.registry.DynamicRegistryManager manager, net.minecraft.registry.RegistryKey<net.minecraft.enchantment.Enchantment> key)
     
    static void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CHARGE

      public static final net.minecraft.registry.RegistryKey<net.minecraft.enchantment.Enchantment> CHARGE
  • Constructor Details

    • CustomEnchantments

      public CustomEnchantments()
  • Method Details

    • getEntry

      public static net.minecraft.registry.entry.RegistryEntry<net.minecraft.enchantment.Enchantment> getEntry(net.minecraft.registry.DynamicRegistryManager manager, net.minecraft.registry.RegistryKey<net.minecraft.enchantment.Enchantment> key)
    • initialize

      public static void initialize()