Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Coderx-Gamer/ui-utils
/ run
Method
run
src/main/java/com/ui_utils/MainClient.java:522–525 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
520
Timer timer =
new
Timer();
521
TimerTask task =
new
TimerTask() {
522
@Override
523
public
void
run() {
524
MinecraftClient.getInstance().send(runnable);
525
}
526
};
527
timer.schedule(task, delayMs);
528
}
Callers
1
createWidgets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected