Posted May 1, 201312 yr I'd like to have something happen when my exhaustion (hunger) levels change a certain way. A cursory look through the javadoc didn't yield an event that gets fired when hunger is modified. Is there one, and if so what is it? Some method to overload?
May 1, 201312 yr I'd like to have something happen when my exhaustion (hunger) levels change a certain way. A cursory look through the javadoc didn't yield an event that gets fired when hunger is modified. Is there one, and if so what is it? Some method to overload? I suggest using a Tick Handler with TickType.PLAYER (serverside) and check if the hunger / exhaustion reaches a certain level. 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 2, 201312 yr Author Eugh, a Tick handler. I try to minimize those. Oh well, it won't be any slower than if hooks are already in place.
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.