Posted May 23, 201411 yr I am getting an error here: par2World.spawnEntityInWorld(new entityplasmabolt(par2World, par3EntityPlayer)); The constructor entityplasmabolt(World, EntityPlayer) is undefined Code:https://github.com/chasingfirehpps/Future-weapons-mod Any help is appreciated!
May 23, 201411 yr EntityLiving should be EntityLivingBase as of (I think, not positive) 1.6, if you want to use the player as a field.
May 23, 201411 yr Author if an entity throwable renders without a texture it should be a purple and black cube, shouldn't it?
May 23, 201411 yr Author I'm not offended but, I'm trying to learn to understand it by doing this which is something I enjoy.
May 23, 201411 yr I'm not offended but, I'm trying to learn to understand it by doing this which is something I enjoy. You should not learn Java by modding Minecraft. You will only learn things common in Minecraft, but if there's a problem, you don't know what to do (best example is this thread). I suggest read some basic Java tutorials and make a standalone program yourself first before attempt to mod Minecraft. Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! | mah twitter This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.
May 23, 201411 yr I'm not offended but, I'm trying to learn to understand it by doing this which is something I enjoy. You should not learn Java by modding Minecraft. You will only learn things common in Minecraft, but if there's a problem, you don't know what to do (best example is this thread). I suggest read some basic Java tutorials and make a standalone program yourself first before attempt to mod Minecraft. I disagree, I learned java from modding minecraft. But you absolutely NEED to do so by reading general java tutorials when you get stuck instead of coming to the forums and asking for help. You also need to observe and try to mimic the conventions of minecrafts code. Lastly, before asking for help on the forums, make sure the your error is with minecraft, and not java. If you ever have problems with Java, either when just modding, or when someone suggest that you do something and you have no idea what they are talking about, use google. If you are ever come across something in minecrafts code that you don't understand due to it being more advanced java than what you know, google it. If you are ever curious about some java thing you see in mincerafts code, google it. If you are ever bored and want to know something more about some java thing, google it. In this case though, your problem is that as cool boy said, EntityPlayer does not extend EntityLiving. (it does extend EntityLivingBase though)
May 24, 201411 yr Author I understand why you say modding is not the best way to learn java. I do look at java tutorials however some are not the easiest to learn from and I admit I should have looked at more. But, I enjoy modding and I have learned from it.
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.