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

Method call

Minecraft-Utils/1.8/src/ClassProxy.java:319–324  ·  view source on GitHub ↗
(bzs callback)

Source from the content-addressed store, hash-verified

317 };
318 Callback<bzs> enterCallback = new Callback<bzs>() {
319 @Override
320 public void call(bzs callback) {
321 guiMultiplayer.b(0);
322 guiMultiplayer.f();
323 searchEntry.reset();
324 }
325 };
326 searchEntry.setEnterCallback(enterCallback);
327 MinecraftFactory.getClassProxyCallback().addSearch(searchEntry);

Callers

nothing calls this directly

Calls 3

bMethod · 0.45
fMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected