Package org.bukkit.potion
Class PotionData
java.lang.Object
org.bukkit.potion.PotionData
Deprecated.
-
Constructor Summary
ConstructorDescriptionPotionData
(PotionType type) Deprecated.PotionData
(PotionType type, boolean extended, boolean upgraded) Deprecated.Instantiates a final PotionData object to contain information about a Potion -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.getType()
Deprecated.Gets the type of the potion, Type matches up with each kind of craftable potionint
hashCode()
Deprecated.boolean
Deprecated.Checks if the potion is in an extended state.boolean
Deprecated.Checks if the potion is in an upgraded state.
-
Constructor Details
-
PotionData
Deprecated.Instantiates a final PotionData object to contain information about a Potion- Parameters:
type
- the type of the Potionextended
- whether the potion is extended PotionType#isExtendable() must be trueupgraded
- whether the potion is upgraded PotionType#isUpgradable() must be true
-
PotionData
Deprecated.
-
-
Method Details
-
getType
Deprecated.Gets the type of the potion, Type matches up with each kind of craftable potion- Returns:
- the potion type
-
isUpgraded
public boolean isUpgraded()Deprecated.Checks if the potion is in an upgraded state. This refers to whether or not the potion is Tier 2, such as Potion of Fire Resistance II.- Returns:
- true if the potion is upgraded;
-
isExtended
public boolean isExtended()Deprecated.Checks if the potion is in an extended state. This refers to the extended duration potions- Returns:
- true if the potion is extended
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-
PotionType
use them instead.