InventoryGUIBuilder

class InventoryGUIBuilder<T : ForInventory>(kSpigot: KSpigot, type: InventoryType<T>)

Functions

build
Link copied to clipboard
fun build(): InventoryGUIShared<T>
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
page
Link copied to clipboard
fun page(page: Int, builder: InventoryGUIPageBuilder<T>.() -> Unit)
toString
Link copied to clipboard
open override fun toString(): String

Properties

title
Link copied to clipboard
var title: String
type
Link copied to clipboard
val type: InventoryType<T>