Package | Description |
---|---|
org.bukkit.potion |
Classes to represent various
potion
properties and manipulation. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Potion.setTier(Potion.Tier tier)
Deprecated.
In favour of
Potion.setLevel(int) |
Constructor and Description |
---|
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) |
Copyright © 2016. All rights reserved.