toggle menu
VentureLibs
1.0
main
switch theme
search in API
VentureLibs
/
net.blockventuremc.modules.general.events.custom
/
AreaEvent
Area
Event
abstract
class
AreaEvent
(
val
area
:
Area
)
:
Event
,
Cancellable
(
source
)
Inheritors
AreaEnterEvent
AreaLeaveEvent
Members
Constructors
Area
Event
Link copied to clipboard
constructor
(
area
:
Area
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
area
Link copied to clipboard
val
area
:
Area
Functions
call
Event
Link copied to clipboard
open
fun
callEvent
(
)
:
Boolean
get
Event
Name
Link copied to clipboard
@
NotNull
open
fun
getEventName
(
)
:
@
NotNull
String
get
Handlers
Link copied to clipboard
open
override
fun
getHandlers
(
)
:
HandlerList
is
Asynchronous
Link copied to clipboard
fun
isAsynchronous
(
)
:
Boolean
is
Cancelled
Link copied to clipboard
open
override
fun
isCancelled
(
)
:
Boolean
set
Cancelled
Link copied to clipboard
open
override
fun
setCancelled
(
cancel
:
Boolean
)