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 SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HandlerListReturns the process that has started.booleanvoidsetCancelled(boolean bool) Methods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
MigrationProcessRunEvent
 
- 
- 
Method Details- 
getProcessReturns the process that has started.- Returns:
- The process behind all of this
 
- 
setCancelledpublic void setCancelled(boolean bool) - Specified by:
- setCancelledin interface- Cancellable
 
- 
isCancelledpublic boolean isCancelled()- Specified by:
- isCancelledin interface- Cancellable
 
- 
getHandlers- Specified by:
- getHandlersin class- Event
 
- 
getHandlerList
 
-