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

Method getPrev

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

Source from the content-addressed store, hash-verified

39 }
40
41 public VboRange getPrev()
42 {
43 LinkedList.Node<VboRange> node = this.node.getPrev();
44 return node == null ? null : (VboRange)node.getItem();
45 }
46
47 public VboRange getNext()
48 {

Callers 2

compactRangesMethod · 0.95
checkRangesMethod · 0.95

Calls 1

getItemMethod · 0.45

Tested by

no test coverage detected