InventoryType

class InventoryType<in T : ForInventory>(dimensions: InventoryDimensions, bukkitType: InventoryType?)

Types

Companion
Link copied to clipboard
object Companion

Functions

createBukkitInv
Link copied to clipboard
fun createBukkitInv(holder: InventoryHolder? = null, title: String? = null): Inventory
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

bukkitType
Link copied to clipboard
val bukkitType: InventoryType? = null
dimensions
Link copied to clipboard
val dimensions: InventoryDimensions