Package net.minecraftforge.common
Class SoundActions
java.lang.Object
net.minecraftforge.common.SoundActions
A utility holding common sound actions.
- 
Field Summary
FieldsModifier 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 Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
BUCKET_FILL
When a bucket is being filled by a fluid. - 
BUCKET_EMPTY
When a bucket is emptying a fluid. - 
FLUID_VAPORIZE
When the fluid is being vaporized. 
 - 
 - 
Constructor Details
- 
SoundActions
private SoundActions() 
 -