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

Method x

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

Source from the content-addressed store, hash-verified

108 }
109
110 public final float x(int index) {
111 return buffer.get((index + pos) * STRIDE + 2);
112 }
113
114 public final void x(int index, float value) {
115 buffer.put((index + pos) * STRIDE + 2, value);

Callers 1

drawPolyLinesMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected