Class EnchantmentRegistry

java.lang.Object
tech.anonymoushacker1279.immersiveweapons.init.EnchantmentRegistry

public class EnchantmentRegistry extends Object
  • Field Details

    • ENCHANTMENTS

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.world.item.enchantment.Enchantment> ENCHANTMENTS
    • HANDS

      public static final net.minecraft.world.entity.EquipmentSlot[] HANDS
    • GUN

      public static final net.minecraft.world.item.enchantment.EnchantmentCategory GUN
    • GUN_OR_BOW_OR_CROSSBOW

      public static final net.minecraft.world.item.enchantment.EnchantmentCategory GUN_OR_BOW_OR_CROSSBOW
    • PIKE

      public static final net.minecraft.world.item.enchantment.EnchantmentCategory PIKE
    • GAUNTLET

      public static final net.minecraft.world.item.enchantment.EnchantmentCategory GAUNTLET
    • WEAPONS_OR_TOOLS

      public static final net.minecraft.world.item.enchantment.EnchantmentCategory WEAPONS_OR_TOOLS
    • METEOR_STAFF

      public static final net.minecraft.world.item.enchantment.EnchantmentCategory METEOR_STAFF
    • CURSED_SIGHT_STAFF

      public static final net.minecraft.world.item.enchantment.EnchantmentCategory CURSED_SIGHT_STAFF
    • FIREPOWER

      public static final net.minecraftforge.registries.RegistryObject<FirepowerEnchantment> FIREPOWER
    • IMPACT

      public static final net.minecraftforge.registries.RegistryObject<ImpactEnchantment> IMPACT
    • ENDLESS_MUSKET_POUCH

      public static final net.minecraftforge.registries.RegistryObject<EndlessMusketPouchEnchantment> ENDLESS_MUSKET_POUCH
    • SCORCH_SHOT

      public static final net.minecraftforge.registries.RegistryObject<ScorchShotEnchantment> SCORCH_SHOT
    • RAPID_FIRE

      public static final net.minecraftforge.registries.RegistryObject<RapidFireEnchantment> RAPID_FIRE
    • VELOCITY

      public static final net.minecraftforge.registries.RegistryObject<VelocityEnchantment> VELOCITY
    • EXTENDED_REACH

      public static final net.minecraftforge.registries.RegistryObject<ExtendedReachEnchantment> EXTENDED_REACH
    • SHARPENED_HEAD

      public static final net.minecraftforge.registries.RegistryObject<SharpenedHeadEnchantment> SHARPENED_HEAD
    • CRIMSON_CLAW

      public static final net.minecraftforge.registries.RegistryObject<CrimsonClawEnchantment> CRIMSON_CLAW
    • EXCESSIVE_FORCE

      public static final net.minecraftforge.registries.RegistryObject<ExcessiveForceEnchantment> EXCESSIVE_FORCE
    • REGENERATIVE_ASSAULT

      public static final net.minecraftforge.registries.RegistryObject<RegenerativeAssaultEnchantment> REGENERATIVE_ASSAULT
    • HEAVY_COMET

      public static final net.minecraftforge.registries.RegistryObject<HeavyCometEnchantment> HEAVY_COMET
    • BURNING_HEAT

      public static final net.minecraftforge.registries.RegistryObject<BurningHeatEnchantment> BURNING_HEAT
    • CELESTIAL_FURY

      public static final net.minecraftforge.registries.RegistryObject<CelestialFuryEnchantment> CELESTIAL_FURY
    • NIGHTMARISH_STARE

      public static final net.minecraftforge.registries.RegistryObject<NightmarishStareEnchantment> NIGHTMARISH_STARE
    • MALEVOLENT_GAZE

      public static final net.minecraftforge.registries.RegistryObject<MalevolentGazeEnchantment> MALEVOLENT_GAZE
  • Constructor Details

    • EnchantmentRegistry

      public EnchantmentRegistry()