Package net.neoforged.neoforge.common
Class SoundActions
java.lang.Object
net.neoforged.neoforge.common.SoundActions
A utility holding common sound actions.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final SoundActionWhen a bucket is emptying a fluid.static final SoundActionWhen a bucket is being filled by a fluid.static final SoundActionWhen a Pointed Dripstone drips this fluid into an empty cauldron.static final SoundActionWhen the fluid is being vaporized.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
BUCKET_FILLWhen a bucket is being filled by a fluid.
- 
BUCKET_EMPTYWhen a bucket is emptying a fluid.
- 
FLUID_VAPORIZEWhen the fluid is being vaporized.
- 
CAULDRON_DRIPWhen a Pointed Dripstone drips this fluid into an empty cauldron.
 
- 
- 
Constructor Details- 
SoundActionsprivate SoundActions()
 
-