PotionEffect

class PotionEffect(effect: MCPotionEffect)

Functions

Link copied to clipboard
fun getAmplifier(): Int
Link copied to clipboard
fun getDuration(): Int
Link copied to clipboard
fun getID(): Int
Link copied to clipboard
fun getLocalizedName(): String

Returns the localized name of the potion that is displayed in the player's inventory. Ex: "Poison"

Link copied to clipboard
fun getName(): String

Returns the translation key of the potion. Ex: "potion.poison"

Link copied to clipboard
fun isAmbient(): Boolean
Link copied to clipboard
fun isDurationMax(): Boolean
Link copied to clipboard
fun showsParticles(): Boolean
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val effect: MCPotionEffect

Sources

Link copied to clipboard