Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuildCraft/BuildCraft
/ next
Method
next
common/buildcraft/lib/misc/data/BoxIterator.java:148–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
}
147
148
@Override
149
public
BlockPos next() {
150
BlockPos c = current;
151
advance();
152
return
c;
153
}
154
}
Callers
6
extract
Method · 0.45
unregisterHandler
Method · 0.45
newVolumeCacheStuff_onItemRightClick
Method · 0.45
tick
Method · 0.45
checkMatch
Method · 0.45
spreadGraph
Method · 0.45
Calls
1
advance
Method · 0.95
Tested by
no test coverage detected