KSpigot
/
net.axay.kspigot.inventory
/
InventoryGUIData
Inventory
G
U
I
Data
class
InventoryGUIData
<
T
:
ForInventory
>(plugin:
KSpigot
, inventoryType:
InventoryType
<
T
>, title:
String
?, pages:
Map
<
Int
,
InventoryGUIPage
>)
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
inventoryType
Link copied to clipboard
val
inventoryType
:
InventoryType
<
T
>
Content copied to clipboard
pages
Link copied to clipboard
val
pages
:
Map
<
Int
,
InventoryGUIPage
>
Content copied to clipboard
plugin
Link copied to clipboard
val
plugin
:
KSpigot
Content copied to clipboard
title
Link copied to clipboard
val
title
:
String
?
Content copied to clipboard