Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
draw
Method · 0.95
draw
Method · 0.95
draw
Method · 0.95
draw
Method · 0.95
draw
Method · 0.95
draw
Method · 0.95
draw
Method · 0.95
draw
Method · 0.95
draw
Method · 0.95
draw
Method · 0.95
draw
Method · 0.95
draw
Method · 0.95
Calls
1
disableFog
Method · 0.65
Tested by
no test coverage detected