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

Method call

Minecraft-Utils/1.10/src/ClassProxy.java:320–325  ·  view source on GitHub ↗
(bhm callback)

Source from the content-addressed store, hash-verified

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