Package net.minecraft.block
Class Block.SoundType
- java.lang.Object
-
- net.minecraft.block.Block.SoundType
-
- Enclosing class:
- Block
public static class Block.SoundType extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SoundType(java.lang.String name, float volume, float frequency)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBreakSound()
float
getFrequency()
java.lang.String
getPlaceSound()
java.lang.String
getStepSound()
float
getVolume()
-