Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ z
Method
z
client/src/main/java/jake2/client/render/fast/Polygon.java:126–128 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
124
}
125
126
public
final
float z(
int
index) {
127
return
buffer.get((index + pos) * STRIDE + 4);
128
}
129
130
public
final
void
z(
int
index, float value) {
131
buffer.put((index + pos) * STRIDE + 4, value);
Callers
1
drawPolyLines
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected