Package-level declarations
Types
Link copied to clipboard
class PotionItem(name: String, base: PotionType = PotionType.WATER, splash: Boolean = false, lingering: Boolean = false)
Represents a custom potion item with customizable effects, color, and type.
Link copied to clipboard
Represents a simple custom item with basic attributes like name, material, lore, and special effects.