GUIAction

class GUIAction(val id: Int) : ShopAction

An action that opens a gui with a specific id.

Author

MarkusTieger

Since

0.2.0

Constructors

Link copied to clipboard
constructor(id: Int)

Properties

Link copied to clipboard
val id: Int

Functions

Link copied to clipboard
open override fun exec(player: Player): Component?

Executes the action and opens a gui for the player.