public interface Job
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels this job if started.
|
boolean |
isStarted()
Whether the job has already started or not.
|
void |
loop()
Internal loop.
|
void |
start()
Starts this job.
|
boolean isStarted()
true if job was started or false otherwise.void start()
void cancel()
@ApiStatus.Internal void loop()
This is an internal inventory-framework API that should not be used from outside of this library. No compatibility guarantees are provided.