Uses of Class
net.minecraft.src.StepSound

Packages that use StepSound
net.minecraft.src   
 

Uses of StepSound in net.minecraft.src
 

Fields in net.minecraft.src declared as StepSound
static StepSound Block.field_82507_n
           
static StepSound Block.field_82508_o
           
static StepSound Block.field_82509_m
           
static StepSound Block.soundClothFootstep
           
static StepSound Block.soundGlassFootstep
           
static StepSound Block.soundGrassFootstep
           
static StepSound Block.soundGravelFootstep
           
static StepSound Block.soundMetalFootstep
           
static StepSound Block.soundPowderFootstep
           
static StepSound Block.soundSandFootstep
           
static StepSound Block.soundStoneFootstep
           
static StepSound Block.soundWoodFootstep
           
 StepSound Block.stepSound
          Sound of stepping on the block
 

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