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

Method call

Minecraft-Utils/1.7.10/src/ClassProxy.java:332–337  ·  view source on GitHub ↗
(bgc callback)

Source from the content-addressed store, hash-verified

330 };
331 Callback<bgc> enterCallback = new Callback<bgc>() {
332 @Override
333 public void call(bgc callback) {
334 guiMultiplayer.b(0);
335 guiMultiplayer.f();
336 searchEntry.reset();
337 }
338 };
339 searchEntry.setEnterCallback(enterCallback);
340 MinecraftFactory.getClassProxyCallback().addSearch(searchEntry);

Callers

nothing calls this directly

Calls 4

bMethod · 0.45
fMethod · 0.45
resetMethod · 0.45
eMethod · 0.45

Tested by

no test coverage detected