YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.block.StepSound Class Reference

Inherited by net.minecraft.block.StepSoundAnvil, net.minecraft.block.StepSoundSand, and net.minecraft.block.StepSoundStone.

Public Member Functions

 StepSound (String par1Str, float par2, float par3)
 
float getVolume ()
 
float getPitch ()
 
String getBreakSound ()
 
String getStepSound ()
 
String getPlaceSound ()
 

Public Attributes

final String stepSoundName
 
final float stepSoundVolume
 
final float stepSoundPitch
 

Constructor & Destructor Documentation

net.minecraft.block.StepSound.StepSound ( String  par1Str,
float  par2,
float  par3 
)

Member Function Documentation

String net.minecraft.block.StepSound.getBreakSound ( )

Used when a block breaks, EXA: Player break, Shep eating grass, etc..

float net.minecraft.block.StepSound.getPitch ( )
String net.minecraft.block.StepSound.getPlaceSound ( )

Used when a player places a block.

String net.minecraft.block.StepSound.getStepSound ( )

Used when a entity walks over, or otherwise interacts with the block.

float net.minecraft.block.StepSound.getVolume ( )

Member Data Documentation

final String net.minecraft.block.StepSound.stepSoundName
final float net.minecraft.block.StepSound.stepSoundPitch
final float net.minecraft.block.StepSound.stepSoundVolume

The documentation for this class was generated from the following file: