GuiClickEvent
class GuiClickEvent(val gui: Gui, val player: Player, val type: GuiActionType, val slotIndex: Int, val slot: Slot?, val guiSlot: GuiSlot?) : GuiPlayerEvent(source)
Constructors
Link copied to clipboard
constructor(gui: Gui, player: Player, type: GuiActionType, slotIndex: Int, slot: Slot?, guiSlot: GuiSlot?)