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

Method call

Minecraft-Utils/1.13/src/ClassProxy.java:338–343  ·  view source on GitHub ↗
(clq.a callback)

Source from the content-addressed store, hash-verified

336 };
337 Callback<clq.a> enterCallback = new Callback<clq.a>() {
338 @Override
339 public void call(clq.a callback) {
340 guiMultiplayer.b(0);
341 guiMultiplayer.i();
342 searchEntry.reset();
343 }
344 };
345 searchEntry.setEnterCallback(enterCallback);
346 MinecraftFactory.getClassProxyCallback().addSearch(searchEntry);

Callers

nothing calls this directly

Calls 4

bMethod · 0.45
resetMethod · 0.45
cMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected