toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.event.world
/
WorldInitEvent
World
Init
Event
public
class
WorldInitEvent
extends
WorldEvent
Called when getClassById World is initializing
Members
Constructors
World
Init
Event
Link copied to clipboard
public
void
WorldInitEvent
(
World
world
)
Properties
handlers
Link copied to clipboard
public
final
static
HandlerList
handlers
world
Link copied to clipboard
public
final
World
world
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
(
)
get
World
Link copied to clipboard
public
World
getWorld
(
)
Gets the world primarily involved with this event
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.