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

Method getMCPVPButton

Minecraft-Utils/1.8.9/src/ClassProxy.java:159–161  ·  view source on GitHub ↗
(axu guiScreen)

Source from the content-addressed store, hash-verified

157 }
158
159 public static IButton getMCPVPButton(axu guiScreen) {
160 return MinecraftFactory.getVars().createButton(9, guiScreen.l / 2 - 23, guiScreen.m - 28, 46, 20, MinecraftFactory.getClassProxyCallback().translate("menu.mcpvp"));
161 }
162
163 public static void guiMultiplayerActionPerformed(axu guiScreen, avs button) {
164 if (button.k == 9) {

Callers

nothing calls this directly

Calls 4

getVarsMethod · 0.95
getClassProxyCallbackMethod · 0.95
createButtonMethod · 0.65
translateMethod · 0.65

Tested by

no test coverage detected