MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getNext

Method getNext

src/main/java/net/optifine/render/VboRange.java:47–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 public VboRange getNext()
48 {
49 LinkedList.Node<VboRange> node = this.node.getNext();
50 return node == null ? null : (VboRange)node.getItem();
51 }
52
53 public String toString()
54 {

Callers 2

compactRangesMethod · 0.95
checkRangesMethod · 0.95

Calls 1

getItemMethod · 0.45

Tested by

no test coverage detected