Jump to content

Recommended Posts

Posted

import and examinie

EnumHelper

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted

See theres my problem whenever i command click (im on a mac) It says not found and suggests "Attatch source code" Picture:

Anyway I could fix this?

 

setupDecompWorkspace not setupDevWorkspace, the README is a lying bitch.

Then quit and relaunch your IDE

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Posted

See theres my problem whenever i command click (im on a mac) It says not found and suggests "Attatch source code" Picture:

Anyway I could fix this?

 

setupDecompWorkspace not setupDevWorkspace, the README is a lying bitch.

Then quit and relaunch your IDE

But how Do i add it to the original ToolMaterial class it wont allow me. And sorry for asking so many questions.

~ExtendedHorizons

Posted

See theres my problem whenever i command click (im on a mac) It says not found and suggests "Attatch source code" Picture:

Anyway I could fix this?

 

setupDecompWorkspace not setupDevWorkspace, the README is a lying bitch.

Then quit and relaunch your IDE

But how Do i add it to the original ToolMaterial class it wont allow me. And sorry for asking so many questions.

You don't need to. Initialize a variable to EnumHelper.addToolMaterial.

Maker of the Craft++ mod.

Posted

public static ToolMaterial IRONCRUSHER = EnumHelper.addToolMaterial("IRONCRUSHER", harvestLevel, durability, miningSpeed, damageVsEntities, enchantability); What class.. Doesnt work in main but i got that done

~ExtendedHorizons

Posted

Please give us the actual error message maybe we could help. ATM we dont know shit about your problem. Also attach the whole code where the error message is refering to.

If my post helped you, please press that "Thank You"-button to show your appreciation.

 

Also if you don't know Java, I would suggest you read the official tutorials by Oracle to get an idea of how to do this. Thanks, and good modding!

 

Also if you haven't, set up a Git repo for your mod not only for convinience but also to make it easier to help you.

Posted

I don't know what the problem is, but:

Replace this:

Item.ToolMaterial.STONECRUSHER

With this:

STONECRUSHER

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

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.