UiAction

abstract class UiAction(val player: Player, val type: ClickType, val event: InventoryClickEvent)

Constructors

Link copied to clipboard
fun UiAction(player: Player, type: ClickType, event: InventoryClickEvent)

Functions

Link copied to clipboard
abstract fun closeUi()

Closes the UI

Link copied to clipboard
abstract fun openUi()

Opens the UI

Properties

Link copied to clipboard
val event: InventoryClickEvent
Link copied to clipboard
val player: Player
Link copied to clipboard