FishTickler Posted August 8, 2014 Posted August 8, 2014 Hi, I realise this is probably a stupid question and I apologise in advance! I want to take a look at the class files for some of the foods so I had a look under net.minecraft.item, I found ItemAppleGold.class but no other food items and after a lot of looking around I still can't seem to find where they are hiding, can someone point me in the right direction please. Edit: Yep it was a stupid question, they don't exist! If anyone else comes across this, most food items don't have a class of their own, they are just extensions of ItemFood. Quote
jabelar Posted August 9, 2014 Posted August 9, 2014 most food items don't have a class of their own, they are just extensions of ItemFood. Just to be technically correct, they are not "extensions" of ItemFood because that would imply they ARE separate classes that extend ItemFood. What you mean to say is they are "instances" of ItemFood. Quote Check out my tutorials here: http://jabelarminecraft.blogspot.com/
Recommended Posts
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.