Interface PotionType

All Superinterfaces:
Holder<PotionType>, net.kyori.adventure.key.Keyed, RegistryKey<PotionType>, StaticProtocolObject<PotionType>

public sealed interface PotionType extends StaticProtocolObject<PotionType>
  • Field Details

  • Method Details

    • values

      static Collection<PotionType> values()
    • fromKey

      @Nullable static @Nullable PotionType fromKey(@KeyPattern String key)
    • fromKey

      @Nullable static @Nullable PotionType fromKey(net.kyori.adventure.key.Key key)
    • fromId

      @Nullable static @Nullable PotionType fromId(int id)