Posted April 10, 20169 yr me again, i decided to add a calculator command to my mod only issue is im getting a error and i cant work out how to solve it code is below i get The method processCommand(ICommandSender, double, String, double) of type Calculator must override or implement a supertype method and cant work out how to solve it any help will be greatly appreciated http://pastebin.com/3MLWv5Nq
April 10, 20169 yr Seriously? That one is solvable by just reading it. "The method ... must override or implement a supertype method". You added the @Override to a method which doesn't exist in the supertype (CommandBase for you). Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
April 10, 20169 yr Author anyone know how i would do this cause there doesnt seem to be something for it in CommandBase
April 10, 20169 yr So you've looked at CommandBase... Clearly, not for long enough to realise that processCommand takes the arguments ICommandSender sender, String[] args, and none of your double nonsense. If you don't understand how to get your numbers from the arguments, go learn java.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.