Uses of Class
org.bukkit.potion.Potion.Tier
Package | Description |
---|---|
org.bukkit.potion |
Classes to represent various
potion
properties and manipulation. |
-
Uses of Potion.Tier in org.bukkit.potion
Methods in org.bukkit.potion that return Potion.Tier Modifier and Type Method Description static Potion.Tier
Potion.Tier. getByDamageBit(int damageBit)
Deprecated.Potion.Tier
Potion. getTier()
Deprecated.static Potion.Tier
Potion.Tier. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static Potion.Tier[]
Potion.Tier. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.potion with parameters of type Potion.Tier Modifier and Type Method Description void
Potion. setTier(Potion.Tier tier)
Deprecated.In favour ofPotion.setLevel(int)
Constructors in org.bukkit.potion with parameters of type Potion.Tier Constructor Description Potion(PotionType type, Potion.Tier tier)
Deprecated.In favour ofPotion(PotionType, int)
Potion(PotionType type, Potion.Tier tier, boolean splash)
Deprecated.In favour ofPotion(PotionType, int, boolean)
Potion(PotionType type, Potion.Tier tier, boolean splash, boolean extended)
Deprecated.In favour ofPotion(PotionType, int, boolean, boolean)