Jump to content

Recommended Posts

Posted

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)

Posted

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?

Posted

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.

Posted

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.