FloppaClient
1.0.3-0.2
FloppaClient
/
floppaclient.events
/
DrawContainerLastEvent
Draw
Container
Last
Event
class
DrawContainerLastEvent
(
val
mouseX
:
Int
,
val
mouseY
:
Int
)
:
Event
Constructors
Functions
Properties
Constructors
Draw
Container
Last
Event
Link copied to clipboard
fun
DrawContainerLastEvent
(
mouseX
:
Int
,
mouseY
:
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
is
Canceled
Link copied to clipboard
var
isCanceled
:
Boolean
mouse
X
Link copied to clipboard
val
mouseX
:
Int
mouse
Y
Link copied to clipboard
val
mouseY
:
Int
result
Link copied to clipboard
var
result
:
Event.Result