Class StepSound

java.lang.Object
net.minecraft.src.StepSound
Direct Known Subclasses:
ModStepSound, SquishStepSound

public class StepSound extends Object
  • Field Details

    • stepSoundMap

      public static final HashMap<String,StepSound> stepSoundMap
    • stepSoundName

      public final String stepSoundName
    • stepSoundVolume

      public final float stepSoundVolume
    • stepSoundPitch

      public final float stepSoundPitch
  • Constructor Details

    • StepSound

      public StepSound(String par1Str, float par2, float par3)
  • Method Details

    • getVolume

      public float getVolume()
    • getStepVolume

      public float getStepVolume()
    • getPlaceVolume

      public float getPlaceVolume()
    • getBreakVolume

      public float getBreakVolume()
    • getPitch

      public float getPitch()
    • getStepPitch

      public float getStepPitch()
    • getPlacePitch

      public float getPlacePitch()
    • getBreakPitch

      public float getBreakPitch()
    • 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.