Interface PotionType

All Superinterfaces:
net.kyori.adventure.key.Keyed, ProtocolObject, StaticProtocolObject

public sealed interface PotionType extends StaticProtocolObject
  • Field Details

    • EMPTY

      static final PotionType EMPTY
    • WATER

      static final PotionType WATER
    • MUNDANE

      static final PotionType MUNDANE
    • THICK

      static final PotionType THICK
    • AWKWARD

      static final PotionType AWKWARD
    • NIGHT_VISION

      static final PotionType NIGHT_VISION
    • LONG_NIGHT_VISION

      static final PotionType LONG_NIGHT_VISION
    • INVISIBILITY

      static final PotionType INVISIBILITY
    • LONG_INVISIBILITY

      static final PotionType LONG_INVISIBILITY
    • LEAPING

      static final PotionType LEAPING
    • LONG_LEAPING

      static final PotionType LONG_LEAPING
    • STRONG_LEAPING

      static final PotionType STRONG_LEAPING
    • FIRE_RESISTANCE

      static final PotionType FIRE_RESISTANCE
    • LONG_FIRE_RESISTANCE

      static final PotionType LONG_FIRE_RESISTANCE
    • SWIFTNESS

      static final PotionType SWIFTNESS
    • LONG_SWIFTNESS

      static final PotionType LONG_SWIFTNESS
    • STRONG_SWIFTNESS

      static final PotionType STRONG_SWIFTNESS
    • SLOWNESS

      static final PotionType SLOWNESS
    • LONG_SLOWNESS

      static final PotionType LONG_SLOWNESS
    • STRONG_SLOWNESS

      static final PotionType STRONG_SLOWNESS
    • TURTLE_MASTER

      static final PotionType TURTLE_MASTER
    • LONG_TURTLE_MASTER

      static final PotionType LONG_TURTLE_MASTER
    • STRONG_TURTLE_MASTER

      static final PotionType STRONG_TURTLE_MASTER
    • WATER_BREATHING

      static final PotionType WATER_BREATHING
    • LONG_WATER_BREATHING

      static final PotionType LONG_WATER_BREATHING
    • HEALING

      static final PotionType HEALING
    • STRONG_HEALING

      static final PotionType STRONG_HEALING
    • HARMING

      static final PotionType HARMING
    • STRONG_HARMING

      static final PotionType STRONG_HARMING
    • POISON

      static final PotionType POISON
    • LONG_POISON

      static final PotionType LONG_POISON
    • STRONG_POISON

      static final PotionType STRONG_POISON
    • REGENERATION

      static final PotionType REGENERATION
    • LONG_REGENERATION

      static final PotionType LONG_REGENERATION
    • STRONG_REGENERATION

      static final PotionType STRONG_REGENERATION
    • STRENGTH

      static final PotionType STRENGTH
    • LONG_STRENGTH

      static final PotionType LONG_STRENGTH
    • STRONG_STRENGTH

      static final PotionType STRONG_STRENGTH
    • WEAKNESS

      static final PotionType WEAKNESS
    • LONG_WEAKNESS

      static final PotionType LONG_WEAKNESS
    • LUCK

      static final PotionType LUCK
    • SLOW_FALLING

      static final PotionType SLOW_FALLING
    • LONG_SLOW_FALLING

      static final PotionType LONG_SLOW_FALLING
  • Method Details

    • values

      @NotNull static @NotNull Collection<@NotNull PotionType> values()
    • fromNamespaceId

      @Nullable static @Nullable PotionType fromNamespaceId(@NotNull @NotNull String namespaceID)
    • fromNamespaceId

      @Nullable static @Nullable PotionType fromNamespaceId(@NotNull @NotNull NamespaceID namespaceID)
    • fromId

      @Nullable static @Nullable PotionType fromId(int id)