Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getLineOfSight
Method · 0.95
loadPlugins
Method · 0.45
unregisterAll
Method · 0.45
unregister
Method · 0.45
removeIngredient
Method · 0.45
unregister
Method · 0.45
init
Method · 0.45
processClassWithFlags
Method · 0.45
findNextURL
Method · 0.45
discoverMods
Method · 0.45
Calls
1
scan
Method · 0.95
Tested by
no test coverage detected