|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.src.StepSound
public class StepSound
Field Summary | |
---|---|
String |
stepSoundName
|
float |
stepSoundPitch
|
float |
stepSoundVolume
|
Constructor Summary | |
---|---|
StepSound(String par1Str,
float par2,
float par3)
|
Method Summary | |
---|---|
String |
getBreakSound()
|
float |
getPitch()
|
String |
getStepSound()
Used when a entity walks over, or otherwise interacts with the block. |
float |
getVolume()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final String stepSoundName
public final float stepSoundVolume
public final float stepSoundPitch
Constructor Detail |
---|
public StepSound(String par1Str, float par2, float par3)
Method Detail |
---|
public float getVolume()
public float getPitch()
public String getBreakSound()
public String getStepSound()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |