Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
MagmaCore
/
com.magmaguy.magmacore.events
/
MatchInstantiateEvent
Match
Instantiate
Event
public
class
MatchInstantiateEvent
extends
Event
implements
MatchEvent
,
Cancellable
Members
Constructors
Match
Instantiate
Event
Link copied to clipboard
public
void
MatchInstantiateEvent
(
MatchInstance
matchInstance
)
Properties
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
Functions
get
Handlers
Link copied to clipboard
public
HandlerList
getHandlers
(
)
get
Instance
Link copied to clipboard
public
MatchInstance
getInstance
(
)
is
Cancelled
Link copied to clipboard
public
boolean
isCancelled
(
)
set
Cancelled
Link copied to clipboard
public
void
setCancelled
(
boolean b
)
Inherited functions
get
Event
Name
Link copied to clipboard
public
String
getEventName
(
)
get
Handlers
Link copied to clipboard
public
abstract
HandlerList
getHandlers
(
)
is
Asynchronous
Link copied to clipboard
public
final
boolean
isAsynchronous
(
)