GUIItemSlot

@ConfigSerializable
data class GUIItemSlot(val display: String, val position: String, val lore: List<PartialComponent> = emptyList(), val commands: List<String> = emptyList())

Constructors

Link copied to clipboard
fun GUIItemSlot(display: String, position: String, lore: List<PartialComponent> = emptyList(), commands: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
@Required
val display: String
Link copied to clipboard
val lore: List<PartialComponent>
Link copied to clipboard
@Required
val position: String