Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Inventory Types

Link copied to clipboard
data class InvLocation(val x: Int, val y: Int)

Descartes coordinate system for inventories

Link copied to clipboard
class LinkedSlot(val stack: ItemStack, val handler: SlotHandler) : Slot

A slot implementation, for LinkedInventoryBuilders. Unlike Slot, event-handling is separated to SlotHandler

Link copied to clipboard

Math in inventories

Link copied to clipboard

An observable type of hashmaps. Triggers observers on data input.

Link copied to clipboard
open class Slot(val stack: ItemStack, val click: InventoryClickEvent.() -> Unit)

Slot for the SimpleInventoryBuilder

Link copied to clipboard

Slot Handler for the LinkedSlot.

Properties

Link copied to clipboard
val PDC_KEY: NamespacedKey

Functions

Link copied to clipboard
fun Component.compareTo(comp: Component): Boolean
Link copied to clipboard
fun String.toMini(): Component
Link copied to clipboard
fun Component.toOriginal(): String