|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Potion.Tier | |
---|---|
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 | |
---|---|
static Potion.Tier |
Potion.Tier.getByDamageBit(int damageBit)
Deprecated. |
Potion.Tier |
Potion.getTier()
Deprecated. |
static Potion.Tier |
Potion.Tier.valueOf(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 | |
---|---|
void |
Potion.setTier(Potion.Tier tier)
Deprecated. In favour of Potion.setLevel(int) |
Constructors in org.bukkit.potion with parameters of type Potion.Tier | |
---|---|
Potion(PotionType type,
Potion.Tier tier)
Deprecated. In favour of Potion.Potion(PotionType, int) |
|
Potion(PotionType type,
Potion.Tier tier,
boolean splash)
Deprecated. In favour of Potion.Potion(PotionType, int, boolean) |
|
Potion(PotionType type,
Potion.Tier tier,
boolean splash,
boolean extended)
Deprecated. In favour of Potion.Potion(PotionType, int, boolean, boolean) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |