MCPcopy 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

drawPolyLinesMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected