Class EnchantmentKeys

java.lang.Object
fr.fidorial.registry.keys.EnchantmentKeys

public final class EnchantmentKeys extends Object
Typed keys for entries in the minecraft:enchantment registry.
  • Field Details

    • AQUA_AFFINITY

      public static final TypedKey<Enchantment> AQUA_AFFINITY
      Key for minecraft:aqua_affinity.
    • BANE_OF_ARTHROPODS

      public static final TypedKey<Enchantment> BANE_OF_ARTHROPODS
      Key for minecraft:bane_of_arthropods.
    • BINDING_CURSE

      public static final TypedKey<Enchantment> BINDING_CURSE
      Key for minecraft:binding_curse.
    • BLAST_PROTECTION

      public static final TypedKey<Enchantment> BLAST_PROTECTION
      Key for minecraft:blast_protection.
    • BREACH

      public static final TypedKey<Enchantment> BREACH
      Key for minecraft:breach.
    • CHANNELING

      public static final TypedKey<Enchantment> CHANNELING
      Key for minecraft:channeling.
    • DENSITY

      public static final TypedKey<Enchantment> DENSITY
      Key for minecraft:density.
    • DEPTH_STRIDER

      public static final TypedKey<Enchantment> DEPTH_STRIDER
      Key for minecraft:depth_strider.
    • EFFICIENCY

      public static final TypedKey<Enchantment> EFFICIENCY
      Key for minecraft:efficiency.
    • FEATHER_FALLING

      public static final TypedKey<Enchantment> FEATHER_FALLING
      Key for minecraft:feather_falling.
    • FIRE_ASPECT

      public static final TypedKey<Enchantment> FIRE_ASPECT
      Key for minecraft:fire_aspect.
    • FIRE_PROTECTION

      public static final TypedKey<Enchantment> FIRE_PROTECTION
      Key for minecraft:fire_protection.
    • FLAME

      public static final TypedKey<Enchantment> FLAME
      Key for minecraft:flame.
    • FORTUNE

      public static final TypedKey<Enchantment> FORTUNE
      Key for minecraft:fortune.
    • FROST_WALKER

      public static final TypedKey<Enchantment> FROST_WALKER
      Key for minecraft:frost_walker.
    • IMPALING

      public static final TypedKey<Enchantment> IMPALING
      Key for minecraft:impaling.
    • INFINITY

      public static final TypedKey<Enchantment> INFINITY
      Key for minecraft:infinity.
    • KNOCKBACK

      public static final TypedKey<Enchantment> KNOCKBACK
      Key for minecraft:knockback.
    • LOOTING

      public static final TypedKey<Enchantment> LOOTING
      Key for minecraft:looting.
    • LOYALTY

      public static final TypedKey<Enchantment> LOYALTY
      Key for minecraft:loyalty.
    • LUCK_OF_THE_SEA

      public static final TypedKey<Enchantment> LUCK_OF_THE_SEA
      Key for minecraft:luck_of_the_sea.
    • LUNGE

      public static final TypedKey<Enchantment> LUNGE
      Key for minecraft:lunge.
    • LURE

      public static final TypedKey<Enchantment> LURE
      Key for minecraft:lure.
    • MENDING

      public static final TypedKey<Enchantment> MENDING
      Key for minecraft:mending.
    • MULTISHOT

      public static final TypedKey<Enchantment> MULTISHOT
      Key for minecraft:multishot.
    • PIERCING

      public static final TypedKey<Enchantment> PIERCING
      Key for minecraft:piercing.
    • POWER

      public static final TypedKey<Enchantment> POWER
      Key for minecraft:power.
    • PROJECTILE_PROTECTION

      public static final TypedKey<Enchantment> PROJECTILE_PROTECTION
      Key for minecraft:projectile_protection.
    • PROTECTION

      public static final TypedKey<Enchantment> PROTECTION
      Key for minecraft:protection.
    • PUNCH

      public static final TypedKey<Enchantment> PUNCH
      Key for minecraft:punch.
    • QUICK_CHARGE

      public static final TypedKey<Enchantment> QUICK_CHARGE
      Key for minecraft:quick_charge.
    • RESPIRATION

      public static final TypedKey<Enchantment> RESPIRATION
      Key for minecraft:respiration.
    • RIPTIDE

      public static final TypedKey<Enchantment> RIPTIDE
      Key for minecraft:riptide.
    • SHARPNESS

      public static final TypedKey<Enchantment> SHARPNESS
      Key for minecraft:sharpness.
    • SILK_TOUCH

      public static final TypedKey<Enchantment> SILK_TOUCH
      Key for minecraft:silk_touch.
    • SMITE

      public static final TypedKey<Enchantment> SMITE
      Key for minecraft:smite.
    • SOUL_SPEED

      public static final TypedKey<Enchantment> SOUL_SPEED
      Key for minecraft:soul_speed.
    • SWEEPING_EDGE

      public static final TypedKey<Enchantment> SWEEPING_EDGE
      Key for minecraft:sweeping_edge.
    • SWIFT_SNEAK

      public static final TypedKey<Enchantment> SWIFT_SNEAK
      Key for minecraft:swift_sneak.
    • THORNS

      public static final TypedKey<Enchantment> THORNS
      Key for minecraft:thorns.
    • UNBREAKING

      public static final TypedKey<Enchantment> UNBREAKING
      Key for minecraft:unbreaking.
    • VANISHING_CURSE

      public static final TypedKey<Enchantment> VANISHING_CURSE
      Key for minecraft:vanishing_curse.
    • WIND_BURST

      public static final TypedKey<Enchantment> WIND_BURST
      Key for minecraft:wind_burst.
  • Method Details

    • values

      public static Stream<TypedKey<Enchantment>> values()
      Returns a stream containing all keys declared by this class.
      Returns:
      a stream of registry keys