Package com.pahimar.repackage.cofh.lib.audio

Examples of com.pahimar.repackage.cofh.lib.audio.SoundBase


    // protected boolean tooltips = !Loader.isModLoaded("NotEnoughItems");

    public static void playSound(String name, float volume, float pitch) {

        guiSoundManager.playSound(new SoundBase(name, volume, pitch));
    }
View Full Code Here

TOP

Related Classes of com.pahimar.repackage.cofh.lib.audio.SoundBase

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.