EnchantmentPackMetadata

@Since(version = "2.2")
data class EnchantmentPackMetadata(val name: String, val version: String, val authors: List<String>, val description: List<String>, val website: String?, val worldBlacklist: List<String>, val worldWhitelist: List<String>, val item: Material) : Describable<EnchantmentPackMetadata>

This class contains metadata about an enchantment pack.

At no point should you need to construct this class, as it is only created internally by UnderscoreEnchants.

Constructors

Link copied to clipboard
constructor(name: String, version: String, authors: List<String>, description: List<String>, website: String?, worldBlacklist: List<String>, worldWhitelist: List<String>, item: Material)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val item: Material
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Gets the describer for the object.