InventoryGUIData

class InventoryGUIData<T : ForInventory>(plugin: KSpigot, inventoryType: InventoryType<T>, title: String?, pages: Map<Int, InventoryGUIPage>)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

inventoryType
Link copied to clipboard
val inventoryType: InventoryType<T>
pages
Link copied to clipboard
val pages: Map<Int, InventoryGUIPage>
plugin
Link copied to clipboard
val plugin: KSpigot
title
Link copied to clipboard
val title: String?