mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Added CancelTaskException (#4186)
This commit is contained in:
@ -49,6 +49,8 @@ abstract class Task{
|
||||
|
||||
/**
|
||||
* Actions to execute when run
|
||||
*
|
||||
* @throws CancelTaskException
|
||||
*/
|
||||
abstract public function onRun() : void;
|
||||
|
||||
|
Reference in New Issue
Block a user