Class SimpleRadioSounds

java.lang.Object
com.codinglitch.simpleradio.core.registry.SimpleRadioSounds

public class SimpleRadioSounds extends Object
  • Field Details

    • SOUNDS

      public static final Map<net.minecraft.resources.ResourceLocation,net.minecraft.sounds.SoundEvent> SOUNDS
    • RADIO_OPEN

      public static final net.minecraft.sounds.SoundEvent RADIO_OPEN
    • RADIO_CLOSE

      public static final net.minecraft.sounds.SoundEvent RADIO_CLOSE
    • SHORT_CIRCUIT

      public static final net.minecraft.sounds.SoundEvent SHORT_CIRCUIT
    • TILT_MICROPHONE

      public static final net.minecraft.sounds.SoundEvent TILT_MICROPHONE
    • PRESS_MICROPHONE

      public static final net.minecraft.sounds.SoundEvent PRESS_MICROPHONE
    • SPIN_INSULATOR

      public static final net.minecraft.sounds.SoundEvent SPIN_INSULATOR
  • Constructor Details

    • SimpleRadioSounds

      public SimpleRadioSounds()
  • Method Details

    • register

      public static net.minecraft.sounds.SoundEvent register(net.minecraft.sounds.SoundEvent sound)