Click Action
data class ClickAction(val player: Player, val clickType: ClickType, val slot: Int, val currentItem: ItemStack?, val cursorItem: ItemStack?)
クリックアクションのコンテキスト情報
Parameters
player
クリックしたプレイヤー
click Type
クリックの種類
slot
クリックされたスロット番号
current Item
クリックされたスロットのアイテム
cursor Item
カーソルにあるアイテム
Constructors
Link copied to clipboard
constructor(player: Player, clickType: ClickType, slot: Int, currentItem: ItemStack?, cursorItem: ItemStack?)