org.bukkit.event.server
Class MapInitializeEvent

java.lang.Object
  extended by org.bukkit.event.Event
      extended by org.bukkit.event.server.ServerEvent
          extended by org.bukkit.event.server.MapInitializeEvent

public class MapInitializeEvent
extends ServerEvent

Called when a map is initialized.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
 
Constructor Summary
MapInitializeEvent(MapView mapView)
           
 
Method Summary
static HandlerList getHandlerList()
           
 HandlerList getHandlers()
           
 MapView getMap()
          Gets the map initialized in this event.
 
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapInitializeEvent

public MapInitializeEvent(MapView mapView)
Method Detail

getMap

public MapView getMap()
Gets the map initialized in this event.

Returns:
Map for this event

getHandlers

public HandlerList getHandlers()
Specified by:
getHandlers in class Event

getHandlerList

public static HandlerList getHandlerList()


Copyright © 2014. All rights reserved.