Inherited by net.minecraft.block.StepSoundAnvil, net.minecraft.block.StepSoundSand, and net.minecraft.block.StepSoundStone.
net.minecraft.block.StepSound.StepSound |
( |
String |
par1Str, |
|
|
float |
par2, |
|
|
float |
par3 |
|
) |
| |
String net.minecraft.block.StepSound.getBreakSound |
( |
) | |
|
Used when a block breaks, EXA: Player break, Shep eating grass, etc..
float net.minecraft.block.StepSound.getPitch |
( |
) | |
|
String net.minecraft.block.StepSound.getPlaceSound |
( |
) | |
|
Used when a player places a block.
String net.minecraft.block.StepSound.getStepSound |
( |
) | |
|
Used when a entity walks over, or otherwise interacts with the block.
float net.minecraft.block.StepSound.getVolume |
( |
) | |
|
final String net.minecraft.block.StepSound.stepSoundName |
final float net.minecraft.block.StepSound.stepSoundPitch |
final float net.minecraft.block.StepSound.stepSoundVolume |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/block/StepSound.java