Uses of Class
org.bukkit.potion.Potion
-
Packages that use Potion Package Description org.bukkit.potion Classes to represent variouspotion
properties and manipulation. -
-
Uses of Potion in org.bukkit.potion
Methods in org.bukkit.potion that return Potion Modifier and Type Method Description Potion
Potion. extend()
Deprecated.Chain this to the constructor to extend the potion's duration.static Potion
Potion. fromDamage(int damage)
Deprecated.static Potion
Potion. fromItemStack(ItemStack item)
Deprecated.Potion
Potion. splash()
Deprecated.Chain this to the constructor to make the potion a splash potion.
-