Package | Description |
---|---|
net.minecraft.block |
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Block |
Block.setStepSound(StepSound par1StepSound)
Sets the footstep sound for the block.
|