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

Method disableBlend

Mod Utils/src/eu/the5zig/mod/util/GLUtil.java:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 public static void disableBlend() {
20 handle.disableBlend();
21 }
22
23 public static void scale(float x, float y, float z) {
24 handle.scale(x, y, z);

Callers 15

drawRectMethod · 0.95
drawGradientRectMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawRectMethod · 0.95
drawGradientRectMethod · 0.95
drawMethod · 0.95
renderItemMethod · 0.95
drawMethod · 0.95
drawRectMethod · 0.95
drawGradientRectMethod · 0.95
drawMethod · 0.95

Calls 1

disableBlendMethod · 0.65

Tested by

no test coverage detected