FloppaClient
1.0.3-0.2
FloppaClient
/
floppaclient.events
/
GuiContainerEvent
/
SlotClickEvent
Slot
Click
Event
class
SlotClickEvent
(
val
container
:
Container
,
val
gui
:
GuiContainer
,
var
slot
:
Slot
?
,
var
slotId
:
Int
)
:
GuiContainerEvent
Constructors
Functions
Properties
Constructors
Slot
Click
Event
Link copied to clipboard
fun
SlotClickEvent
(
container
:
Container
,
gui
:
GuiContainer
,
slot
:
Slot
?
,
slotId
:
Int
)
Functions
get
Listener
List
Link copied to clipboard
open
fun
getListenerList
(
)
:
ListenerList
get
Phase
Link copied to clipboard
@
Nullable
open
fun
getPhase
(
)
:
EventPriority
?
has
Result
Link copied to clipboard
open
fun
hasResult
(
)
:
Boolean
is
Cancelable
Link copied to clipboard
open
fun
isCancelable
(
)
:
Boolean
set
Phase
Link copied to clipboard
open
fun
setPhase
(
@
Nonnull
value
:
EventPriority
)
Properties
container
Link copied to clipboard
val
container
:
Container
gui
Link copied to clipboard
val
gui
:
GuiContainer
is
Canceled
Link copied to clipboard
var
isCanceled
:
Boolean
result
Link copied to clipboard
var
result
:
Event.Result
slot
Link copied to clipboard
var
slot
:
Slot
?
slot
Id
Link copied to clipboard
var
slotId
:
Int