MCPcopy Create free account
hub / github.com/Teneted/Tenet / hasNext

Method hasNext

src/main/java/org/bukkit/util/BlockIterator.java:296–300  ·  view source on GitHub ↗

Returns true if the iteration has more elements

()

Source from the content-addressed store, hash-verified

294 */
295
296 @Override
297 public boolean hasNext() {
298 scan();
299 return currentBlock != -1;
300 }
301
302 /**
303 * Returns the next Block in the trace

Callers 10

getLineOfSightMethod · 0.95
loadPluginsMethod · 0.45
unregisterAllMethod · 0.45
unregisterMethod · 0.45
removeIngredientMethod · 0.45
unregisterMethod · 0.45
initMethod · 0.45
processClassWithFlagsMethod · 0.45
findNextURLMethod · 0.45
discoverModsMethod · 0.45

Calls 1

scanMethod · 0.95

Tested by

no test coverage detected