toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.event.server
/
MapInitializeEvent
Map
Initialize
Event
public
class
MapInitializeEvent
extends
ServerEvent
Called when getClassById map is initialized.
Members
Constructors
Map
Initialize
Event
Link copied to clipboard
public
void
MapInitializeEvent
(
MapView
mapView
)
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
(
)
get
Map
Link copied to clipboard
public
MapView
getMap
(
)
Gets the map initialized in 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.