Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuildCraft/BuildCraft
/ doDelayed
Method
doDelayed
common/buildcraft/lib/misc/MessageUtil.java:32–34 ·
view source on GitHub ↗
(Runnable task)
Source
from the content-addressed store, hash-verified
30
}
31
32
public
static
void
doDelayed(Runnable task) {
33
doDelayed(1, task);
34
}
35
36
public
static
void
doDelayed(
int
delay, Runnable task) {
37
DELAYED_TASKS.add(delay, task);
Callers
4
GuiGate
Method · 0.95
connectToServer
Method · 0.95
onEntityJoinWorld
Method · 0.95
readPayload
Method · 0.95
Calls
1
add
Method · 0.45
Tested by
no test coverage detected