Class PotionType

java.lang.Object
org.cloudburstmc.api.potion.PotionType

public class PotionType extends Object
  • Constructor Details

    • PotionType

      public PotionType(Identifier id, EffectType type, int level, int duration, boolean instant)
    • PotionType

      public PotionType(Identifier id, EffectType type, int level, int duration, boolean instant, boolean splash)
  • Method Details