Package com.pixelmonmod.pixelmon.client
Class SoundHelper
java.lang.Object
com.pixelmonmod.pixelmon.client.SoundHelper
Utility methods for sounds.
-
Constructor Details
-
SoundHelper
public SoundHelper()
-
-
Method Details
-
playButtonPressSound
public static void playButtonPressSound()Plays the button pressing sound. -
playSound
public static void playSound(net.minecraft.sounds.SoundEvent event) -
playSound
public static void playSound(net.minecraft.sounds.SoundEvent event, float volume, float pitch) Plays a sound.
-