eatingSound

@get:JvmName(name = "eatingSound")
abstract val eatingSound: SoundEvent

The sound that items of this type will make when they are eaten.

This should only be used for edible items, and clients should already be expected to output this sound, so it is unlikely that you will need to use this.