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