net.minecraft.block
Class StepSound

java.lang.Object
  extended by net.minecraft.block.StepSound

public class StepSound
extends Object


Field Summary
 String stepSoundName
           
 float stepSoundPitch
           
 float stepSoundVolume
           
 
Constructor Summary
StepSound(String par1Str, float par2, float par3)
           
 
Method Summary
 String getBreakSound()
          Used when a block breaks, EXA: Player break, Shep eating grass, etc..
 float getPitch()
           
 String getPlaceSound()
          Used when a player places a block.
 String getStepSound()
          Used when a entity walks over, or otherwise interacts with the block.
 float getVolume()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stepSoundName

public final String stepSoundName

stepSoundVolume

public final float stepSoundVolume

stepSoundPitch

public final float stepSoundPitch
Constructor Detail

StepSound

public StepSound(String par1Str,
                 float par2,
                 float par3)
Method Detail

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.