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

Method color

Minecraft-Utils/1.12/src/GLUtilHandle.java:25–28  ·  view source on GitHub ↗
(float r, float g, float b, float a)

Source from the content-addressed store, hash-verified

23 }
24
25 @Override
26 public void color(float r, float g, float b, float a) {
27 buq.c(r, g, b, a);
28 }
29
30 @Override
31 public void color(float r, float g, float b) {

Callers

nothing calls this directly

Calls 1

cMethod · 0.45

Tested by

no test coverage detected