MCPcopy Create free account
hub / github.com/BuildCraft/BuildCraft / getWrapper

Method getWrapper

common/buildcraft/lib/misc/MessageUtil.java:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 private static final DelayedList<Runnable> DELAYED_TASKS = DelayedList.createConcurrent();
27
28 public static SimpleNetworkWrapper getWrapper() {
29 return BCMessageHandler.netWrapper;
30 }
31
32 public static void doDelayed(Runnable task) {
33 doDelayed(1, task);

Callers 7

sendSelectedMethod · 0.95
uploadEntryMethod · 0.95
sendToAllWatchingMethod · 0.95
sendToPlayersMethod · 0.95
sendNetworkUpdateMethod · 0.95
sendLayerToServerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected