Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuildCraft/BuildCraft
/ hasNext
Method
hasNext
common/buildcraft/lib/misc/data/BoxIterator.java:143–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
141
// Iterator
142
143
@Override
144
public
boolean hasNext() {
145
return
!hasFinished();
146
}
147
148
@Override
149
public
BlockPos next() {
Callers
5
extract
Method · 0.45
unregisterHandler
Method · 0.45
newVolumeCacheStuff_onItemRightClick
Method · 0.45
tick
Method · 0.45
checkMatch
Method · 0.45
Calls
1
hasFinished
Method · 0.95
Tested by
no test coverage detected