MCPcopy 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

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

Calls 1

hasFinishedMethod · 0.95

Tested by

no test coverage detected