InventoryGUI

abstract class InventoryGUI<T : ForInventory>(data: InventoryGUIData<T>)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
isThisInv
Link copied to clipboard
abstract fun isThisInv(inventory: Inventory): Boolean
loadPage
Link copied to clipboard
abstract fun loadPage(page: Int, offsetHorizontally: Int, offsetVertically: Int)
register
Link copied to clipboard
fun register()
set
Link copied to clipboard
abstract operator fun set(slot: InventorySlotCompound<T>, value: ItemStack)
toString
Link copied to clipboard
open override fun toString(): String
unregister
Link copied to clipboard
fun unregister()

Properties

bukkitInventory
Link copied to clipboard
abstract val bukkitInventory: Inventory
currentPage
Link copied to clipboard
var currentPage: Int?
data
Link copied to clipboard
val data: InventoryGUIData<T>

Inheritors

InventoryGUIShared
Link copied to clipboard