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

Method disableFog

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

Source from the content-addressed store, hash-verified

77 }
78
79 public static void disableFog() {
80 handle.disableFog();
81 }
82
83 public static void tryBlendFuncSeparate(int i, int i1, int i2, int i3) {
84 handle.tryBlendFuncSeparate(i, i1, i2, i3);

Callers 13

drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95

Calls 1

disableFogMethod · 0.65

Tested by

no test coverage detected