MCPcopy 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

extractMethod · 0.45
unregisterHandlerMethod · 0.45
tickMethod · 0.45
checkMatchMethod · 0.45
spreadGraphMethod · 0.45

Calls 1

advanceMethod · 0.95

Tested by

no test coverage detected