Package net.minecraft.src
Class StepSound
java.lang.Object
net.minecraft.src.StepSound
- Direct Known Subclasses:
ModStepSound,SquishStepSound
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatUsed when a block breaks, EXA: Player break, Shep eating grass, etc..floatfloatgetPitch()floatUsed when a player places a block.floatfloatUsed when a entity walks over, or otherwise interacts with the block.floatfloat
-
Field Details
-
stepSoundMap
-
stepSoundName
-
stepSoundVolume
public final float stepSoundVolume -
stepSoundPitch
public final float stepSoundPitch
-
-
Constructor Details
-
StepSound
-
-
Method Details
-
getVolume
public float getVolume() -
getStepVolume
public float getStepVolume() -
getPlaceVolume
public float getPlaceVolume() -
getBreakVolume
public float getBreakVolume() -
getPitch
public float getPitch() -
getStepPitch
public float getStepPitch() -
getPlacePitch
public float getPlacePitch() -
getBreakPitch
public float getBreakPitch() -
getBreakSound
Used when a block breaks, EXA: Player break, Shep eating grass, etc.. -
getStepSound
Used when a entity walks over, or otherwise interacts with the block. -
getPlaceSound
Used when a player places a block.
-