SlotClickEvent

class SlotClickEvent(val container: Container, val gui: GuiContainer, var slot: Slot?, var slotId: Int) : GuiContainerEvent

Constructors

Link copied to clipboard
fun SlotClickEvent(container: Container, gui: GuiContainer, slot: Slot?, slotId: Int)

Functions

Link copied to clipboard
open fun getListenerList(): ListenerList
Link copied to clipboard
open fun getPhase(): EventPriority?
Link copied to clipboard
open fun hasResult(): Boolean
Link copied to clipboard
open fun isCancelable(): Boolean
Link copied to clipboard
open fun setPhase(@Nonnull value: EventPriority)

Properties

Link copied to clipboard
val container: Container
Link copied to clipboard
val gui: GuiContainer
Link copied to clipboard
Link copied to clipboard
var result: Event.Result
Link copied to clipboard
var slot: Slot?
Link copied to clipboard
var slotId: Int