Package-level declarations

Types

Link copied to clipboard
class ArmorItem(name: String, material: Material)

Represents a custom armor item with customizable attributes and properties.

Link copied to clipboard
class FoodItem(name: String, material: Material = Material.COOKED_BEEF)

Represents a custom food item with customizable properties and effects.

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
class SimpleItem(name: String, material: Material)

Represents a simple custom item with basic attributes like name, material, lore, and special effects.

Link copied to clipboard
class ToolItem(name: String, material: Material = Material.DIAMOND_PICKAXE)

Represents a custom tool item with configurable attributes like attack damage, attack speed, and durability.