Files
KSpigot/docs/-k-spigot/net.axay.kspigot.inventory/-inventory-g-u-i-click-event/index.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

2.2 KiB

title
title
InventoryGUIClickEvent -

//KSpigot/net.axay.kspigot.inventory/InventoryGUIClickEvent

InventoryGUIClickEvent

[jvm] class InventoryGUIClickEvent<T : ForInventory>(bukkitEvent: InventoryClickEvent, gui: InventoryGUI<T>)

Functions

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


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


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


Properties

Name Summary
bukkitEvent [jvm] val bukkitEvent: InventoryClickEvent
gui [jvm] val gui: InventoryGUI<T>