Interface CreateMapEvent
-
- All Superinterfaces:
Cancellable
,Event
public interface CreateMapEvent extends Event, Cancellable
Called when a new map is registered. Can be caused by players or a plugin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MapInfo
mapInfo()
Gets theMapInfo
for this map-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-