Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ZWareDevelopment/ClientBase
/ Util
Interface
Util
src/main/java/dev/zihasz/client/utils/Util.java:7–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
import
java.util.Random;
6
7
public
interface
Util {
8
9
Minecraft mc = Minecraft.getMinecraft();
10
Random random =
new
Random();
11
12
}
Callers
nothing calls this directly
Implementers
5
MessageBus
src/main/java/dev/zihasz/client/utils/
ReflectionUtil
src/main/java/dev/zihasz/client/utils/
Renderer2D
src/main/java/dev/zihasz/client/utils/
PlayerUtil
src/main/java/dev/zihasz/client/utils/
StringUtil
src/main/java/dev/zihasz/client/utils/
Calls
no outgoing calls
Tested by
no test coverage detected