MCPcopy Create free account
hub / github.com/contariaa/seedqueue / inQueue

Method inQueue

src/main/java/me/contaria/seedqueue/SeedQueue.java:416–418  ·  view source on GitHub ↗

@return True if currently on the SeedQueueThread.

()

Source from the content-addressed store, hash-verified

414 * @return True if currently on the {@link SeedQueueThread}.
415 */
416 public static boolean inQueue() {
417 return Thread.currentThread() instanceof SeedQueueThread;
418 }
419
420 /**
421 * @return True if currently on the Wall Screen.

Calls

no outgoing calls

Tested by

no test coverage detected