Package cn.nukkit.level.generator.task
Class LootSpawnTask
java.lang.Object
cn.nukkit.scheduler.Task
cn.nukkit.level.generator.task.LootSpawnTask
- All Implemented Interfaces:
Runnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onRun
(int currentTick) 这个任务被执行时,会调用的过程。
What will be called when the task is executed.Methods inherited from class cn.nukkit.scheduler.Task
cancel, getHandler, getTaskId, onCancel, run, setHandler
-
Constructor Details
-
LootSpawnTask
-
-
Method Details
-
onRun
public void onRun(int currentTick) Description copied from class:Task
这个任务被执行时,会调用的过程。
What will be called when the task is executed.
-