37 lines
3.1 KiB
Markdown
37 lines
3.1 KiB
Markdown
---
|
|
title: InventoryGUIButton -
|
|
---
|
|
//[KSpigot](../../index.md)/[net.axay.kspigot.inventory](../index.md)/[InventoryGUIButton](index.md)
|
|
|
|
|
|
|
|
# InventoryGUIButton
|
|
[jvm] open class [InventoryGUIButton](index.md)<[T](index.md) : [ForInventory](../-for-inventory/index.md)>(**inventoryGUIElementData**: [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md), **action**: ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)) : [InventoryGUIElement](../-inventory-g-u-i-element/index.md)<[T](index.md)>
|
|
|
|
|
|
## Functions
|
|
|
|
| Name| Summary|
|
|
|---|---|
|
|
| [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)| [jvm] <br>Content <br>open operator override fun [equals](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/equals/#kotlin.Any?/PointingToDeclaration/)(other: [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)?): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) <br><br><br>
|
|
| [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [hashCode](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/hashCode/#/PointingToDeclaration/)(): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) <br><br><br>
|
|
| [onClick](../-inventory-g-u-i-element/on-click.md)| [jvm] <br>Content <br>override fun [onClick](../-inventory-g-u-i-element/on-click.md)(clickEvent: [InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) <br><br><br>
|
|
| [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)| [jvm] <br>Content <br>open override fun [toString](../../net.axay.kspigot.utils/-registerable-command/index.md#kotlin/Any/toString/#/PointingToDeclaration/)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br><br><br>
|
|
|
|
|
|
## Properties
|
|
|
|
| Name| Summary|
|
|
|---|---|
|
|
| [action](index.md#net.axay.kspigot.inventory/InventoryGUIButton/action/#/PointingToDeclaration/)| [jvm] val [action](index.md#net.axay.kspigot.inventory/InventoryGUIButton/action/#/PointingToDeclaration/): ([InventoryGUIClickEvent](../-inventory-g-u-i-click-event/index.md)<[T](index.md)>) -> [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) <br>
|
|
| [inventoryGUIElementData](index.md#net.axay.kspigot.inventory/InventoryGUIButton/inventoryGUIElementData/#/PointingToDeclaration/)| [jvm] override val [inventoryGUIElementData](index.md#net.axay.kspigot.inventory/InventoryGUIButton/inventoryGUIElementData/#/PointingToDeclaration/): [InventoryGUIElementData](../-inventory-g-u-i-element-data/index.md) <br>
|
|
|
|
|
|
## Inheritors
|
|
|
|
| Name|
|
|
|---|
|
|
| [InventoryGUIButtonPageChange](../-inventory-g-u-i-button-page-change/index.md)
|
|
| [InventoryGUIButtonInventoryChange](../-inventory-g-u-i-button-inventory-change/index.md)
|
|
|