Class SquishStepSound

java.lang.Object
net.minecraft.src.StepSound
btw.block.stepsound.SquishStepSound

public class SquishStepSound extends StepSound
  • Constructor Details

    • SquishStepSound

      public SquishStepSound(String s, float f, float f1)
  • Method Details

    • getStepSound

      public String getStepSound()
      Description copied from class: StepSound
      Used when a entity walks over, or otherwise interacts with the block.
      Overrides:
      getStepSound in class StepSound
    • getBreakSound

      public String getBreakSound()
      Description copied from class: StepSound
      Used when a block breaks, EXA: Player break, Shep eating grass, etc..
      Overrides:
      getBreakSound in class StepSound