Jump to content

[1.8.9] The method is undefined for the type ClientCommandHandler


VoltDragon

Recommended Posts

Code: https://pastebin.com/AZwDNPEi

The error occurs in the last few lines of code: 

@Mod.EventHandler
  public void init(FMLInitializationEvent event)
  {

 

     MinecraftForge.EVENT_BUS.register(this);
     ClientCommandHandler.instance.registerCommand(new HitBoxMod());

   }
    

The full error is: The method registerCommand(HitBoxMod) is undefined for the type ClientCommandHandler

For some reason, the .registerCommand is underlined if that helps.

I'm rly tired rn so I think I'm just being dumb but I can't find a fix.

Any help would be appreciated, thanks.

 

Link to comment
Share on other sites

11 minutes ago, VoltDragon said:

all I'm looking for is a solution, not an argument.

This is not an argument. 1.8.9 is 4 years old and is no longer supported on this forum. We simply can't offer you help with this version because there were too many changes and nobody wants to remember how to work with the outdated methods anymore. 

Link to comment
Share on other sites

Just now, V0idWa1k3r said:

This is not an argument. 1.8.9 is 4 years old and is no longer supported on this forum. We simply can't offer you help with this version because there were too many changes and nobody wants to remember how to work with the outdated methods anymore. 

Fair enough, is there anywhere else that I could post this or some other way I could correct the problem?

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.