Class Potions


  • public class Potions
    extends java.lang.Object
    • Field Detail

      • EMPTY

        public static final Potion EMPTY
      • WATER

        public static final Potion WATER
      • MUNDANE

        public static final Potion MUNDANE
      • THICK

        public static final Potion THICK
      • AWKWARD

        public static final Potion AWKWARD
      • NIGHT_VISION

        public static final Potion NIGHT_VISION
      • LONG_NIGHT_VISION

        public static final Potion LONG_NIGHT_VISION
      • INVISIBILITY

        public static final Potion INVISIBILITY
      • LONG_INVISIBILITY

        public static final Potion LONG_INVISIBILITY
      • LEAPING

        public static final Potion LEAPING
      • LONG_LEAPING

        public static final Potion LONG_LEAPING
      • STRONG_LEAPING

        public static final Potion STRONG_LEAPING
      • FIRE_RESISTANCE

        public static final Potion FIRE_RESISTANCE
      • LONG_FIRE_RESISTANCE

        public static final Potion LONG_FIRE_RESISTANCE
      • SWIFTNESS

        public static final Potion SWIFTNESS
      • LONG_SWIFTNESS

        public static final Potion LONG_SWIFTNESS
      • STRONG_SWIFTNESS

        public static final Potion STRONG_SWIFTNESS
      • SLOWNESS

        public static final Potion SLOWNESS
      • LONG_SLOWNESS

        public static final Potion LONG_SLOWNESS
      • STRONG_SLOWNESS

        public static final Potion STRONG_SLOWNESS
      • TURTLE_MASTER

        public static final Potion TURTLE_MASTER
      • LONG_TURTLE_MASTER

        public static final Potion LONG_TURTLE_MASTER
      • STRONG_TURTLE_MASTER

        public static final Potion STRONG_TURTLE_MASTER
      • WATER_BREATHING

        public static final Potion WATER_BREATHING
      • LONG_WATER_BREATHING

        public static final Potion LONG_WATER_BREATHING
      • HEALING

        public static final Potion HEALING
      • STRONG_HEALING

        public static final Potion STRONG_HEALING
      • HARMING

        public static final Potion HARMING
      • STRONG_HARMING

        public static final Potion STRONG_HARMING
      • POISON

        public static final Potion POISON
      • LONG_POISON

        public static final Potion LONG_POISON
      • STRONG_POISON

        public static final Potion STRONG_POISON
      • REGENERATION

        public static final Potion REGENERATION
      • LONG_REGENERATION

        public static final Potion LONG_REGENERATION
      • STRONG_REGENERATION

        public static final Potion STRONG_REGENERATION
      • STRENGTH

        public static final Potion STRENGTH
      • LONG_STRENGTH

        public static final Potion LONG_STRENGTH
      • STRONG_STRENGTH

        public static final Potion STRONG_STRENGTH
      • WEAKNESS

        public static final Potion WEAKNESS
      • LONG_WEAKNESS

        public static final Potion LONG_WEAKNESS
      • LUCK

        public static final Potion LUCK
      • SLOW_FALLING

        public static final Potion SLOW_FALLING
      • LONG_SLOW_FALLING

        public static final Potion LONG_SLOW_FALLING
    • Constructor Detail

      • Potions

        public Potions()
    • Method Detail

      • register

        private static Potion register​(java.lang.String p_222125_0_,
                                       Potion p_222125_1_)