Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
preInit
Method · 0.95
init
Method · 0.95
postInit
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected