Posted March 10, 20187 yr 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:
March 10, 20187 yr 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.
March 10, 20187 yr Author 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...
March 10, 20187 yr Author 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:
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.