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

Method call

Minecraft-Utils/1.12/src/ClassProxy.java:322–327  ·  view source on GitHub ↗
(bng callback)

Source from the content-addressed store, hash-verified

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