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

Method translate

Minecraft-Utils/1.12/src/GLUtilHandle.java:20–23  ·  view source on GitHub ↗
(float x, float y, float z)

Source from the content-addressed store, hash-verified

18 }
19
20 @Override
21 public void translate(float x, float y, float z) {
22 buq.c(x, y, z);
23 }
24
25 @Override
26 public void color(float r, float g, float b, float a) {

Callers

nothing calls this directly

Calls 1

cMethod · 0.45

Tested by

no test coverage detected