Package de.marcely.bedwars.api.event
Class MigrationProcessRunEvent
java.lang.Object
org.bukkit.event.Event
de.marcely.bedwars.api.event.MigrationProcessRunEvent
- All Implemented Interfaces:
Cancellable
Gets called when a process of migration has been started using
MigrationProcess.run()
.-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerList
Returns the process that has started.boolean
void
setCancelled
(boolean bool) Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
MigrationProcessRunEvent
-
-
Method Details
-
getProcess
Returns the process that has started.- Returns:
- The process behind all of this
-
setCancelled
public void setCancelled(boolean bool) - Specified by:
setCancelled
in interfaceCancellable
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceCancellable
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-