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

Method call

Minecraft-Utils/1.9/src/ClassProxy.java:325–330  ·  view source on GitHub ↗
(bgu callback)

Source from the content-addressed store, hash-verified

323 };
324 Callback<bgu> enterCallback = new Callback<bgu>() {
325 @Override
326 public void call(bgu callback) {
327 guiMultiplayer.b(0);
328 guiMultiplayer.f();
329 searchEntry.reset();
330 }
331 };
332 searchEntry.setEnterCallback(enterCallback);
333 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