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

Method getProxy

common/buildcraft/core/BCCoreProxy.java:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 private static BCCoreProxy proxy = null;
30
31 public static BCCoreProxy getProxy() {
32 return proxy;
33 }
34
35 @Override
36 public Object getServerGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z) {

Callers 3

preInitMethod · 0.95
initMethod · 0.95
postInitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected