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

Method getThe5zigModButton

Minecraft-Utils/1.8.9/src/ClassProxy.java:146–149  ·  view source on GitHub ↗
(Object instance)

Source from the content-addressed store, hash-verified

144 }
145
146 public static IButton getThe5zigModButton(Object instance) {
147 axu guiScreen = (axu) instance;
148 return MinecraftFactory.getVars().createButton(42, guiScreen.l / 2 - 155, guiScreen.m / 6 + 24 - 6, 150, 20, MinecraftFactory.getClassProxyCallback().translate("menu.the5zigMod"));
149 }
150
151 public static void guiOptionsActionPerformed(Object instance, Object b) {
152 axu guiScreen = (axu) instance;

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