MCPcopy 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

GuiGateMethod · 0.95
connectToServerMethod · 0.95
onEntityJoinWorldMethod · 0.95
readPayloadMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected