Uses of Class
net.minecraft.block.StepSound

Packages that use StepSound
net.minecraft.block   
 

Uses of StepSound in net.minecraft.block
 

Fields in net.minecraft.block declared as StepSound
static StepSound Block.soundAnvilFootstep
           
static StepSound Block.soundClothFootstep
           
static StepSound Block.soundGlassFootstep
           
static StepSound Block.soundGrassFootstep
           
static StepSound Block.soundGravelFootstep
           
static StepSound Block.soundLadderFootstep
           
static StepSound Block.soundMetalFootstep
           
static StepSound Block.soundPowderFootstep
           
static StepSound Block.soundSandFootstep
           
static StepSound Block.soundSnowFootstep
           
static StepSound Block.soundStoneFootstep
           
static StepSound Block.soundWoodFootstep
           
 StepSound Block.stepSound
          Sound of stepping on the block
 

Methods in net.minecraft.block with parameters of type StepSound
 Block Block.setStepSound(StepSound par1StepSound)
          Sets the footstep sound for the block.