类 PotionData
java.lang.Object
org.bukkit.potion.PotionData
-
构造器概要
构造器说明PotionData
(PotionType type) PotionData
(PotionType type, boolean extended, boolean upgraded) Instantiates a final PotionData object to contain information about a Potion -
方法概要
-
构造器详细资料
-
PotionData
Instantiates a final PotionData object to contain information about a Potion- 参数:
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
-
-
方法详细资料
-
getType
Gets the type of the potion, Type matches up with each kind of craftable potion- 返回:
- the potion type
-
isUpgraded
public boolean isUpgraded()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.- 返回:
- true if the potion is upgraded;
-
isExtended
public boolean isExtended()Checks if the potion is in an extended state. This refers to the extended duration potions- 返回:
- true if the potion is extended
-
hashCode
public int hashCode() -
equals
-