类 SoundActions
java.lang.Object
net.minecraftforge.common.SoundActions
A utility holding common sound actions.
-
字段概要
字段修饰符和类型字段说明static 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. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
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.
-
-
构造器详细资料
-
SoundActions
private SoundActions()
-