PageButton

open class PageButton(val page: GuidePage) : AbstractItem(source)

A button that opens another page in the guide.

See also

Constructors

Link copied to clipboard
constructor(page: GuidePage)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun addWindow(p0: AbstractWindow)
Link copied to clipboard
Link copied to clipboard
open override fun getWindows(): MutableSet<Window>
Link copied to clipboard
open override fun handleClick(clickType: ClickType, player: Player, event: InventoryClickEvent)
Link copied to clipboard
open override fun notifyWindows()
Link copied to clipboard
open override fun removeWindow(p0: AbstractWindow)