MultiPageButton

abstract class MultiPageButton(val identifiableItem: IdentifiableItem)(source)

This class represents a base abstract class of which all buttons in the MultiPageBuilder inventory will inherit

Parameters

identifiableItem

The item that will be displayed in the inventory by which this button identifies

Inheritors

Constructors

Link copied to clipboard
constructor(identifiableItem: IdentifiableItem)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun performAction(event: InventoryClickEvent, page: Int, multiPageBuilder: MultiPageBuilder)

This function is called when the button is clicked.