Class MobEffectKeys

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

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

    • ABSORPTION

      public static final TypedKey<MobEffect> ABSORPTION
      Key for minecraft:absorption.
    • BAD_OMEN

      public static final TypedKey<MobEffect> BAD_OMEN
      Key for minecraft:bad_omen.
    • BLINDNESS

      public static final TypedKey<MobEffect> BLINDNESS
      Key for minecraft:blindness.
    • BREATH_OF_THE_NAUTILUS

      public static final TypedKey<MobEffect> BREATH_OF_THE_NAUTILUS
      Key for minecraft:breath_of_the_nautilus.
    • CONDUIT_POWER

      public static final TypedKey<MobEffect> CONDUIT_POWER
      Key for minecraft:conduit_power.
    • DARKNESS

      public static final TypedKey<MobEffect> DARKNESS
      Key for minecraft:darkness.
    • DOLPHINS_GRACE

      public static final TypedKey<MobEffect> DOLPHINS_GRACE
      Key for minecraft:dolphins_grace.
    • FIRE_RESISTANCE

      public static final TypedKey<MobEffect> FIRE_RESISTANCE
      Key for minecraft:fire_resistance.
    • GLOWING

      public static final TypedKey<MobEffect> GLOWING
      Key for minecraft:glowing.
    • HASTE

      public static final TypedKey<MobEffect> HASTE
      Key for minecraft:haste.
    • HEALTH_BOOST

      public static final TypedKey<MobEffect> HEALTH_BOOST
      Key for minecraft:health_boost.
    • HERO_OF_THE_VILLAGE

      public static final TypedKey<MobEffect> HERO_OF_THE_VILLAGE
      Key for minecraft:hero_of_the_village.
    • HUNGER

      public static final TypedKey<MobEffect> HUNGER
      Key for minecraft:hunger.
    • INFESTED

      public static final TypedKey<MobEffect> INFESTED
      Key for minecraft:infested.
    • INSTANT_DAMAGE

      public static final TypedKey<MobEffect> INSTANT_DAMAGE
      Key for minecraft:instant_damage.
    • INSTANT_HEALTH

      public static final TypedKey<MobEffect> INSTANT_HEALTH
      Key for minecraft:instant_health.
    • INVISIBILITY

      public static final TypedKey<MobEffect> INVISIBILITY
      Key for minecraft:invisibility.
    • JUMP_BOOST

      public static final TypedKey<MobEffect> JUMP_BOOST
      Key for minecraft:jump_boost.
    • LEVITATION

      public static final TypedKey<MobEffect> LEVITATION
      Key for minecraft:levitation.
    • LUCK

      public static final TypedKey<MobEffect> LUCK
      Key for minecraft:luck.
    • MINING_FATIGUE

      public static final TypedKey<MobEffect> MINING_FATIGUE
      Key for minecraft:mining_fatigue.
    • NAUSEA

      public static final TypedKey<MobEffect> NAUSEA
      Key for minecraft:nausea.
    • NIGHT_VISION

      public static final TypedKey<MobEffect> NIGHT_VISION
      Key for minecraft:night_vision.
    • OOZING

      public static final TypedKey<MobEffect> OOZING
      Key for minecraft:oozing.
    • POISON

      public static final TypedKey<MobEffect> POISON
      Key for minecraft:poison.
    • RAID_OMEN

      public static final TypedKey<MobEffect> RAID_OMEN
      Key for minecraft:raid_omen.
    • REGENERATION

      public static final TypedKey<MobEffect> REGENERATION
      Key for minecraft:regeneration.
    • RESISTANCE

      public static final TypedKey<MobEffect> RESISTANCE
      Key for minecraft:resistance.
    • SATURATION

      public static final TypedKey<MobEffect> SATURATION
      Key for minecraft:saturation.
    • SLOW_FALLING

      public static final TypedKey<MobEffect> SLOW_FALLING
      Key for minecraft:slow_falling.
    • SLOWNESS

      public static final TypedKey<MobEffect> SLOWNESS
      Key for minecraft:slowness.
    • SPEED

      public static final TypedKey<MobEffect> SPEED
      Key for minecraft:speed.
    • STRENGTH

      public static final TypedKey<MobEffect> STRENGTH
      Key for minecraft:strength.
    • TRIAL_OMEN

      public static final TypedKey<MobEffect> TRIAL_OMEN
      Key for minecraft:trial_omen.
    • UNLUCK

      public static final TypedKey<MobEffect> UNLUCK
      Key for minecraft:unluck.
    • WATER_BREATHING

      public static final TypedKey<MobEffect> WATER_BREATHING
      Key for minecraft:water_breathing.
    • WEAKNESS

      public static final TypedKey<MobEffect> WEAKNESS
      Key for minecraft:weakness.
    • WEAVING

      public static final TypedKey<MobEffect> WEAVING
      Key for minecraft:weaving.
    • WIND_CHARGED

      public static final TypedKey<MobEffect> WIND_CHARGED
      Key for minecraft:wind_charged.
    • WITHER

      public static final TypedKey<MobEffect> WITHER
      Key for minecraft:wither.
  • Method Details

    • values

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