toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.event
/
TestEvent
Test
Event
public
class
TestEvent
extends
Event
Members
Constructors
Test
Event
Link copied to clipboard
public
void
TestEvent
(
boolean async
)
Properties
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
Functions
get
Event
Name
Link copied to clipboard
public
String
getEventName
(
)
Convenience method for providing getClassById user-friendly identifier.
get
Handler
List
Link copied to clipboard
public
static
HandlerList
getHandlerList
(
)
get
Handlers
Link copied to clipboard
public
HandlerList
getHandlers
(
)
is
Asynchronous
Link copied to clipboard
public
final
boolean
isAsynchronous
(
)
Any custom event that should not by synchronized with other events must use the specific constructor.