yow5 Posted March 10, 2018 Posted March 10, 2018 Heyy! I wanted to get the nutritional (food) value of the Item I'm currently holding. "event.entityPlayer.getHeldItem().getItem().......getFoodValue" for instance. Can someone help? C: Quote
Daeruin Posted March 10, 2018 Posted March 10, 2018 This is a question that's you should learn how to answer for yourself. Do you know how to use your IDE to see what methods are available? Have you tried looking at a vanilla food item? The methods you're looking for will only be available for items that extend ItemFood, so make sure you're checking that first. Quote
yow5 Posted March 10, 2018 Author Posted March 10, 2018 1 minute ago, Daeruin said: This is a question that's you should learn how to answer for yourself. Do you know how to use your IDE to see what methods are available? Have you tried looking at a vanilla food item? The methods you're looking for will only be available for items that extend ItemFood, so make sure you're checking that first. Well... I simply couldn't find anything. That's why I'm here... Quote
Daeruin Posted March 10, 2018 Posted March 10, 2018 OK, the method maybe isn't named something obvious. It's getHealAmount. Quote
yow5 Posted March 10, 2018 Author Posted March 10, 2018 11 minutes ago, Daeruin said: OK, the method maybe isn't named something obvious. It's getHealAmount. Ohhh... Now I feel dumb Thank you C: Quote
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.