Class JobBatchChecker

java.lang.Object
org.mineskin.JobBatchChecker

public class JobBatchChecker extends Object
Shared job checker that batches status lookups across multiple concurrent MineSkinClient.queue() waitForCompletion calls.

When more than BATCH_THRESHOLD jobs are pending, polls the list endpoint once per tick instead of hitting the per-job endpoint for each. Only fetches the full per-job response (which includes the skin object) for jobs that have transitioned to JobStatus.COMPLETED.