Posted January 16, 20178 yr Is there any event for when a player eats an item? This is a client side mod I am working on, and I need to listen to when the player running the mod eats an item, AND when someone on the server eats an item as well (as well as get the item they ate). (this is part of the last post I made, but is not the same question so I made a new post)
January 16, 20178 yr Author You might be able to pull it off with some hacks for the player eating some item, but you definitely cannot reliably detect other people eating. You need a server mod for that. Possibly an event for sounds? Like the burp sound effect?
January 16, 20178 yr Author There are several events for sounds in the net.minecraftforge.client.event.sound package. But they won't help you much here most likely. Interesting. There's no event that's thrown when a sound is sent to the client? There's got to be some sort of way to detect that.
January 16, 20178 yr Author That would be one of the events in that package. If the client gets told about a sound, it will play it. But the client will not get told about sounds outside the hearing range. Hm.. that's going to make life a little difficult
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.