MCPcopy Create free account
hub / github.com/demoth/jake2 / y

Method y

client/src/main/java/jake2/client/render/fast/Polygon.java:118–120  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

116 }
117
118 public final float y(int index) {
119 return buffer.get((index + pos) * STRIDE + 3);
120 }
121
122 public final void y(int index, float value) {
123 buffer.put((index + pos) * STRIDE + 3, value);

Callers 1

drawPolyLinesMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected