(Object instance)
| 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; |
nothing calls this directly
no test coverage detected