public class StepSound
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
stepSoundName |
float |
stepSoundPitch |
float |
stepSoundVolume |
Constructor and Description |
---|
StepSound(java.lang.String par1Str,
float par2,
float par3) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBreakSound()
Used when a block breaks, EXA: Player break, Shep eating grass, etc..
|
float |
getPitch() |
java.lang.String |
getPlaceSound()
Used when a player places a block.
|
java.lang.String |
getStepSound()
Used when a entity walks over, or otherwise interacts with the block.
|
float |
getVolume() |
public final java.lang.String stepSoundName
public final float stepSoundVolume
public final float stepSoundPitch
public float getVolume()
public float getPitch()
public java.lang.String getBreakSound()
public java.lang.String getStepSound()
public java.lang.String getPlaceSound()