Package net.minecraftforge.common
Class SoundActions
java.lang.Object
net.minecraftforge.common.SoundActions
A utility holding common sound actions.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SoundAction
When a bucket is emptying a fluid.static final SoundAction
When a bucket is being filled by a fluid.static final SoundAction
When the fluid is being vaporized. -
Constructor Summary
-
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()
-