Class SoundHelper

java.lang.Object
com.pixelmonmod.pixelmon.client.SoundHelper

public class SoundHelper extends Object
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.