Files
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

3.2 KiB

title
title
InventoryGUIButtonInventoryChange -

//KSpigot/net.axay.kspigot.inventory/InventoryGUIButtonInventoryChange

InventoryGUIButtonInventoryChange

[jvm] class InventoryGUIButtonInventoryChange<T : ForInventory>(inventoryGUIElementData: InventoryGUIElementData, changeToGUICallback: () -> InventoryGUI<*>, changeToPageInt: Int?, onChange: (InventoryGUIClickEvent<T>) -> Unit?) : InventoryGUIButton<T>

Functions

Name Summary
equals [jvm]
Content
open operator override fun equals(other: Any?): Boolean


hashCode [jvm]
Content
open override fun hashCode(): Int


onClick [jvm]
Content
override fun onClick(clickEvent: InventoryGUIClickEvent<T>)


toString [jvm]
Content
open override fun toString(): String


Properties

Name Summary
action [jvm] override val action: (InventoryGUIClickEvent<T>) -> Unit
inventoryGUIElementData [jvm] override val inventoryGUIElementData: InventoryGUIElementData