mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-19 15:33:18 +08:00
onEnable & onDisable
This commit is contained in:
committed by
Melledy
Unverified
parent
5b6ecc7219
commit
32d322b0be
@@ -9,6 +9,14 @@ public class TaskHandler implements Job {
|
||||
execute(null);
|
||||
}
|
||||
|
||||
public void onEnable() {
|
||||
|
||||
}
|
||||
|
||||
public void onDisable() {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void execute(JobExecutionContext context) throws JobExecutionException {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Reference in New Issue
Block a user