net.minecraft.block
Class StepSound
java.lang.Object
net.minecraft.block.StepSound
public class StepSound
- extends Object
stepSoundName
public final String stepSoundName
stepSoundVolume
public final float stepSoundVolume
stepSoundPitch
public final float stepSoundPitch
StepSound
public StepSound(String par1Str,
float par2,
float par3)
getVolume
public float getVolume()
getPitch
public float getPitch()
getBreakSound
public String getBreakSound()
- Used when a block breaks, EXA: Player break, Shep eating grass, etc..
getStepSound
public String getStepSound()
- Used when a entity walks over, or otherwise interacts with the block.
getPlaceSound
public String getPlaceSound()
- Used when a player places a block.