Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
compactRanges
Method · 0.95
checkRanges
Method · 0.95
Calls
1
getItem
Method · 0.45
Tested by
no test coverage detected