Class SimpleRadioSounds
java.lang.Object
com.codinglitch.simpleradio.core.registry.SimpleRadioSounds
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.sounds.SoundEventstatic final net.minecraft.sounds.SoundEventstatic final net.minecraft.sounds.SoundEventstatic final net.minecraft.sounds.SoundEventstatic final Map<net.minecraft.resources.ResourceLocation,net.minecraft.sounds.SoundEvent> static final net.minecraft.sounds.SoundEventstatic final net.minecraft.sounds.SoundEvent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.sounds.SoundEventregister(net.minecraft.sounds.SoundEvent sound)
-
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)
-