MCPcopy Create free account
hub / github.com/demoth/jake2 / hasNext

Method hasNext

client/src/main/java/jake2/client/LayoutParser.java:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 public boolean hasNext() {
53 return !isEof();
54 }
55
56 public void next() {
57 if (data == null) {

Callers 5

ExecuteLayoutStringMethod · 0.95
animateParticlesMethod · 0.80
animateParticlesMethod · 0.80
Link_fMethod · 0.80

Calls 1

isEofMethod · 0.95

Tested by 2

animateParticlesMethod · 0.64
animateParticlesMethod · 0.64