Package org.rspeer.game.script
Annotation Type TaskDescriptor
-
@Retention(RUNTIME) public @interface TaskDescriptor
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
blockIfSleeping
Whether or not to block execution when sleepingboolean
blocking
Whether or not to block execution of the iteration.boolean
executeWhilePaused
boolean
loop
Runs on loop (when ticks are not called i.e when logged out)java.lang.String
name
int
priority
boolean
register
boolean
stoppable
-