Interface PotionType

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

public sealed interface PotionType extends StaticProtocolObject
  • Field Details Link icon

    • NETWORK_TYPE Link icon

      static final NetworkBuffer.Type<PotionType> NETWORK_TYPE
    • WATER Link icon

      static final PotionType WATER
    • MUNDANE Link icon

      static final PotionType MUNDANE
    • THICK Link icon

      static final PotionType THICK
    • AWKWARD Link icon

      static final PotionType AWKWARD
    • NIGHT_VISION Link icon

      static final PotionType NIGHT_VISION
    • LONG_NIGHT_VISION Link icon

      static final PotionType LONG_NIGHT_VISION
    • INVISIBILITY Link icon

      static final PotionType INVISIBILITY
    • LONG_INVISIBILITY Link icon

      static final PotionType LONG_INVISIBILITY
    • LEAPING Link icon

      static final PotionType LEAPING
    • LONG_LEAPING Link icon

      static final PotionType LONG_LEAPING
    • STRONG_LEAPING Link icon

      static final PotionType STRONG_LEAPING
    • FIRE_RESISTANCE Link icon

      static final PotionType FIRE_RESISTANCE
    • LONG_FIRE_RESISTANCE Link icon

      static final PotionType LONG_FIRE_RESISTANCE
    • SWIFTNESS Link icon

      static final PotionType SWIFTNESS
    • LONG_SWIFTNESS Link icon

      static final PotionType LONG_SWIFTNESS
    • STRONG_SWIFTNESS Link icon

      static final PotionType STRONG_SWIFTNESS
    • SLOWNESS Link icon

      static final PotionType SLOWNESS
    • LONG_SLOWNESS Link icon

      static final PotionType LONG_SLOWNESS
    • STRONG_SLOWNESS Link icon

      static final PotionType STRONG_SLOWNESS
    • TURTLE_MASTER Link icon

      static final PotionType TURTLE_MASTER
    • LONG_TURTLE_MASTER Link icon

      static final PotionType LONG_TURTLE_MASTER
    • STRONG_TURTLE_MASTER Link icon

      static final PotionType STRONG_TURTLE_MASTER
    • WATER_BREATHING Link icon

      static final PotionType WATER_BREATHING
    • LONG_WATER_BREATHING Link icon

      static final PotionType LONG_WATER_BREATHING
    • HEALING Link icon

      static final PotionType HEALING
    • STRONG_HEALING Link icon

      static final PotionType STRONG_HEALING
    • HARMING Link icon

      static final PotionType HARMING
    • STRONG_HARMING Link icon

      static final PotionType STRONG_HARMING
    • POISON Link icon

      static final PotionType POISON
    • LONG_POISON Link icon

      static final PotionType LONG_POISON
    • STRONG_POISON Link icon

      static final PotionType STRONG_POISON
    • REGENERATION Link icon

      static final PotionType REGENERATION
    • LONG_REGENERATION Link icon

      static final PotionType LONG_REGENERATION
    • STRONG_REGENERATION Link icon

      static final PotionType STRONG_REGENERATION
    • STRENGTH Link icon

      static final PotionType STRENGTH
    • LONG_STRENGTH Link icon

      static final PotionType LONG_STRENGTH
    • STRONG_STRENGTH Link icon

      static final PotionType STRONG_STRENGTH
    • WEAKNESS Link icon

      static final PotionType WEAKNESS
    • LONG_WEAKNESS Link icon

      static final PotionType LONG_WEAKNESS
    • LUCK Link icon

      static final PotionType LUCK
    • SLOW_FALLING Link icon

      static final PotionType SLOW_FALLING
    • LONG_SLOW_FALLING Link icon

      static final PotionType LONG_SLOW_FALLING
    • WIND_CHARGED Link icon

      static final PotionType WIND_CHARGED
    • WEAVING Link icon

      static final PotionType WEAVING
    • OOZING Link icon

      static final PotionType OOZING
    • INFESTED Link icon

      static final PotionType INFESTED
  • Method Details Link icon

    • values Link icon

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

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

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

      @Nullable static @Nullable PotionType fromId(int id)