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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerListReturns the process that has started.booleanvoidsetCancelled(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:
setCancelledin interfaceCancellable
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceCancellable
-
getHandlers
- Specified by:
getHandlersin classEvent
-
getHandlerList
-