MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / translate

Method translate

Mod Utils/src/eu/the5zig/mod/util/GLUtil.java:27–29  ·  view source on GitHub ↗
(float x, float y, float z)

Source from the content-addressed store, hash-verified

25 }
26
27 public static void translate(float x, float y, float z) {
28 handle.translate(x, y, z);
29 }
30
31 public static void color(float r, float g, float b, float a) {
32 handle.color(r, g, b, a);

Callers 15

drawScaledStringMethod · 0.95
updateScaleMethod · 0.95
renderMethod · 0.95
drawMethod · 0.95
updateScaleMethod · 0.95
renderMethod · 0.95
drawMethod · 0.95
renderMethod · 0.95
drawMethod · 0.95
renderMethod · 0.95
drawMethod · 0.95

Calls 1

translateMethod · 0.65

Tested by

no test coverage detected