Uses of Class
org.bukkit.potion.PotionType
Package | Description |
---|---|
org.bukkit.potion |
Classes to represent various
potion
properties and manipulation. |
-
Uses of PotionType in org.bukkit.potion
Methods in org.bukkit.potion that return PotionType Modifier and Type Method Description static PotionType
PotionType. getByEffect(PotionEffectType effectType)
Deprecated.MisleadingPotionType
Potion. getType()
Deprecated.Returns thePotionType
of this potion.PotionType
PotionData. getType()
Gets the type of the potion, Type matches up with each kind of craftable potionstatic PotionType
PotionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PotionType[]
PotionType. values()
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 PotionType Modifier and Type Method Description Collection<PotionEffect>
PotionBrewer. getEffects(PotionType type, boolean upgraded, boolean extended)
Returns a collection ofPotionEffect
that would be applied from a potion with the given type.void
Potion. setType(PotionType type)
Deprecated.Sets thePotionType
of this potion.Constructors in org.bukkit.potion with parameters of type PotionType Constructor Description Potion(PotionType type)
Deprecated.Construct a new potion of the given type.Potion(PotionType type, int level)
Deprecated.Create a new potion of the given type and level.Potion(PotionType type, int level, boolean splash)
Deprecated.In favour of usingPotion(PotionType)
withPotion.splash()
.Potion(PotionType type, int level, boolean splash, boolean extended)
Deprecated.PotionData(PotionType type)
PotionData(PotionType type, boolean extended, boolean upgraded)
Instantiates a final PotionData object to contain information about a Potion