Package net.minecraft.block

Examples of net.minecraft.block.StepSound


        return "colonies.f-damnit";
    }
   
    protected void playStepSound(int par1, int par2, int par3, int par4){
      super.playStepSound(par1, par2, par3, par4);
      StepSound sound = Block.blocksList[par4].stepSound;
        this.worldObj.playSoundAtEntity(this, sound.getStepSound(), sound.getVolume(), sound.getPitch());
       
    }
View Full Code Here

TOP

Related Classes of net.minecraft.block.StepSound

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.