MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / call

Method call

Minecraft-Utils/1.9.4/src/ClassProxy.java:323–328  ·  view source on GitHub ↗
(bgs callback)

Source from the content-addressed store, hash-verified

321 };
322 Callback<bgs> enterCallback = new Callback<bgs>() {
323 @Override
324 public void call(bgs callback) {
325 guiMultiplayer.b(0);
326 guiMultiplayer.f();
327 searchEntry.reset();
328 }
329 };
330 searchEntry.setEnterCallback(enterCallback);
331 MinecraftFactory.getClassProxyCallback().addSearch(searchEntry);

Callers

nothing calls this directly

Calls 5

bMethod · 0.45
fMethod · 0.45
resetMethod · 0.45
dMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected