Posted October 5, 201312 yr This is a simple but useful hook to get the player exhaustion level inside of FoodStat.java that I need and maybe others: /** * Get the player's exhaustion level. */ public float getExhaustionLevel() { return this.foodExhaustionLevel; } Thanks for reading!
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.