package net.minecraft.server; final class StepSoundSand extends StepSound { StepSoundSand(String s, float f, float f1) { super(s, f, f1); } }