Package net.minecraftforge.common
Class SoundActions
java.lang.Object
net.minecraftforge.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 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.
 
- 
- 
Constructor Details- 
SoundActionsprivate SoundActions()
 
-