Package net.minecraft.client.sound
Class SoundHelper
java.lang.Object
net.minecraft.client.sound.SoundHelper
- Mappings:
Namespace Name intermediary net/minecraft/class_617glue class_712server net/minecraft/class_617client yonamed net/minecraft/client/sound/SoundHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate GameOptionsprivate static booleanprivate SoundMapprivate intprivate Randomprivate SoundMapprivate static SoundSystemprivate intprivate SoundMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptOptions(GameOptions gameOptions) voidvoidvoidaddStreaming(String string, File file) voidcleanup()voidvoidvoidvoidplayStreaming(String string, float x, float y, float z, float volume, float ignored) private voidvoidsetSoundPosition(Living entity, float positionScale) void
-
Field Details
-
soundSystem
- Mappings:
Namespace Name Mixin selector intermediary field_2667Lnet/minecraft/class_617;field_2667:Lpaulscode/sound/SoundSystem;glue field_2900Lclass_712;field_2900:Lpaulscode/sound/SoundSystem;server field_2667Lnet/minecraft/class_617;field_2667:Lpaulscode/sound/SoundSystem;client aLyo;a:Lpaulscode/sound/SoundSystem;named soundSystemLnet/minecraft/client/sound/SoundHelper;soundSystem:Lpaulscode/sound/SoundSystem;
-
initialized
private static boolean initialized- Mappings:
Namespace Name Mixin selector intermediary field_2673Lnet/minecraft/class_617;field_2673:Zglue field_2906Lclass_712;field_2906:Zserver field_2673Lnet/minecraft/class_617;field_2673:Zclient gLyo;g:Znamed initializedLnet/minecraft/client/sound/SoundHelper;initialized:Z
-
sounds
- Mappings:
Namespace Name Mixin selector intermediary field_2668Lnet/minecraft/class_617;field_2668:Lnet/minecraft/class_266;glue field_2901Lclass_712;field_2901:Lclass_291;server field_2668Lnet/minecraft/class_617;field_2668:Lnet/minecraft/class_266;client bLyo;b:Lhr;named soundsLnet/minecraft/client/sound/SoundHelper;sounds:Lnet/minecraft/client/sound/SoundMap;
-
streaming
- Mappings:
Namespace Name Mixin selector intermediary field_2669Lnet/minecraft/class_617;field_2669:Lnet/minecraft/class_266;glue field_2902Lclass_712;field_2902:Lclass_291;server field_2669Lnet/minecraft/class_617;field_2669:Lnet/minecraft/class_266;client cLyo;c:Lhr;named streamingLnet/minecraft/client/sound/SoundHelper;streaming:Lnet/minecraft/client/sound/SoundMap;
-
music
- Mappings:
Namespace Name Mixin selector intermediary field_2670Lnet/minecraft/class_617;field_2670:Lnet/minecraft/class_266;glue field_2903Lclass_712;field_2903:Lclass_291;server field_2670Lnet/minecraft/class_617;field_2670:Lnet/minecraft/class_266;client dLyo;d:Lhr;named musicLnet/minecraft/client/sound/SoundHelper;music:Lnet/minecraft/client/sound/SoundMap;
-
soundUID
private int soundUID- Mappings:
Namespace Name Mixin selector intermediary field_2671Lnet/minecraft/class_617;field_2671:Iglue field_2904Lclass_712;field_2904:Iserver field_2671Lnet/minecraft/class_617;field_2671:Iclient eLyo;e:Inamed soundUIDLnet/minecraft/client/sound/SoundHelper;soundUID:I
-
gameOptions
- Mappings:
Namespace Name Mixin selector intermediary field_2672Lnet/minecraft/class_617;field_2672:Lnet/minecraft/class_322;glue field_2905Lclass_712;field_2905:Lclass_419;server field_2672Lnet/minecraft/class_617;field_2672:Lnet/minecraft/class_322;client fLyo;f:Lkv;named gameOptionsLnet/minecraft/client/sound/SoundHelper;gameOptions:Lnet/minecraft/client/options/GameOptions;
-
rand
- Mappings:
Namespace Name Mixin selector intermediary field_2674Lnet/minecraft/class_617;field_2674:Ljava/util/Random;glue field_2907Lclass_712;field_2907:Ljava/util/Random;server field_2674Lnet/minecraft/class_617;field_2674:Ljava/util/Random;client hLyo;h:Ljava/util/Random;named randLnet/minecraft/client/sound/SoundHelper;rand:Ljava/util/Random;
-
musicCountdown
private int musicCountdown- Mappings:
Namespace Name Mixin selector intermediary field_2675Lnet/minecraft/class_617;field_2675:Iglue field_2908Lclass_712;field_2908:Iserver field_2675Lnet/minecraft/class_617;field_2675:Iclient iLyo;i:Inamed musicCountdownLnet/minecraft/client/sound/SoundHelper;musicCountdown:I
-
-
Constructor Details
-
SoundHelper
public SoundHelper()
-
-
Method Details
-
acceptOptions
- Mappings:
Namespace Name Mixin selector intermediary method_2012Lnet/minecraft/class_617;method_2012(Lnet/minecraft/class_322;)Vglue method_2280Lclass_712;method_2280(Lclass_419;)Vserver method_2012Lnet/minecraft/class_617;method_2012(Lnet/minecraft/class_322;)Vclient aLyo;a(Lkv;)Vnamed acceptOptionsLnet/minecraft/client/sound/SoundHelper;acceptOptions(Lnet/minecraft/client/options/GameOptions;)V
-
setLibsAndCodecs
private void setLibsAndCodecs()- Mappings:
Namespace Name Mixin selector intermediary method_2019Lnet/minecraft/class_617;method_2019()Vglue method_2287Lclass_712;method_2287()Vserver method_2019Lnet/minecraft/class_617;method_2019()Vclient dLyo;d()Vnamed setLibsAndCodecsLnet/minecraft/client/sound/SoundHelper;setLibsAndCodecs()V
-
updateMusicVolume
public void updateMusicVolume()- Mappings:
Namespace Name Mixin selector intermediary method_2008Lnet/minecraft/class_617;method_2008()Vglue method_2276Lclass_712;method_2276()Vserver method_2008Lnet/minecraft/class_617;method_2008()Vclient aLyo;a()Vnamed updateMusicVolumeLnet/minecraft/client/sound/SoundHelper;updateMusicVolume()V
-
cleanup
public void cleanup()- Mappings:
Namespace Name Mixin selector intermediary method_2014Lnet/minecraft/class_617;method_2014()Vglue method_2282Lclass_712;method_2282()Vserver method_2014Lnet/minecraft/class_617;method_2014()Vclient bLyo;b()Vnamed cleanupLnet/minecraft/client/sound/SoundHelper;cleanup()V
-
addSound
- Mappings:
Namespace Name Mixin selector intermediary method_2011Lnet/minecraft/class_617;method_2011(Ljava/lang/String;Ljava/io/File;)Vglue method_2279Lclass_712;method_2279(Ljava/lang/String;Ljava/io/File;)Vserver method_2011Lnet/minecraft/class_617;method_2011(Ljava/lang/String;Ljava/io/File;)Vclient aLyo;a(Ljava/lang/String;Ljava/io/File;)Vnamed addSoundLnet/minecraft/client/sound/SoundHelper;addSound(Ljava/lang/String;Ljava/io/File;)V
-
addStreaming
- Mappings:
Namespace Name Mixin selector intermediary method_2016Lnet/minecraft/class_617;method_2016(Ljava/lang/String;Ljava/io/File;)Vglue method_2284Lclass_712;method_2284(Ljava/lang/String;Ljava/io/File;)Vserver method_2016Lnet/minecraft/class_617;method_2016(Ljava/lang/String;Ljava/io/File;)Vclient bLyo;b(Ljava/lang/String;Ljava/io/File;)Vnamed addStreamingLnet/minecraft/client/sound/SoundHelper;addStreaming(Ljava/lang/String;Ljava/io/File;)V
-
addMusic
- Mappings:
Namespace Name Mixin selector intermediary method_2018Lnet/minecraft/class_617;method_2018(Ljava/lang/String;Ljava/io/File;)Vglue method_2286Lclass_712;method_2286(Ljava/lang/String;Ljava/io/File;)Vserver method_2018Lnet/minecraft/class_617;method_2018(Ljava/lang/String;Ljava/io/File;)Vclient cLyo;c(Ljava/lang/String;Ljava/io/File;)Vnamed addMusicLnet/minecraft/client/sound/SoundHelper;addMusic(Ljava/lang/String;Ljava/io/File;)V
-
handleBackgroundMusic
public void handleBackgroundMusic()- Mappings:
Namespace Name Mixin selector intermediary method_2017Lnet/minecraft/class_617;method_2017()Vglue method_2285Lclass_712;method_2285()Vserver method_2017Lnet/minecraft/class_617;method_2017()Vclient cLyo;c()Vnamed handleBackgroundMusicLnet/minecraft/client/sound/SoundHelper;handleBackgroundMusic()V
-
setSoundPosition
- Mappings:
Namespace Name Mixin selector intermediary method_2013Lnet/minecraft/class_617;method_2013(Lnet/minecraft/class_127;F)Vglue method_2281Lclass_712;method_2281(Lclass_283;F)Vserver method_2013Lnet/minecraft/class_617;method_2013(Lhl;F)Vclient aLyo;a(Lls;F)Vnamed setSoundPositionLnet/minecraft/client/sound/SoundHelper;setSoundPosition(Lnet/minecraft/entity/Living;F)V
-
playStreaming
- Mappings:
Namespace Name Mixin selector intermediary method_2010Lnet/minecraft/class_617;method_2010(Ljava/lang/String;FFFFF)Vglue method_2278Lclass_712;method_2278(Ljava/lang/String;FFFFF)Vserver method_2010Lnet/minecraft/class_617;method_2010(Ljava/lang/String;FFFFF)Vclient aLyo;a(Ljava/lang/String;FFFFF)Vnamed playStreamingLnet/minecraft/client/sound/SoundHelper;playStreaming(Ljava/lang/String;FFFFF)V
-
playSound
- Mappings:
Namespace Name Mixin selector intermediary method_2015Lnet/minecraft/class_617;method_2015(Ljava/lang/String;FFFFF)Vglue method_2283Lclass_712;method_2283(Ljava/lang/String;FFFFF)Vserver method_2015Lnet/minecraft/class_617;method_2015(Ljava/lang/String;FFFFF)Vclient bLyo;b(Ljava/lang/String;FFFFF)Vnamed playSoundLnet/minecraft/client/sound/SoundHelper;playSound(Ljava/lang/String;FFFFF)V
-
playSound
- Mappings:
Namespace Name Mixin selector intermediary method_2009Lnet/minecraft/class_617;method_2009(Ljava/lang/String;FF)Vglue method_2277Lclass_712;method_2277(Ljava/lang/String;FF)Vserver method_2009Lnet/minecraft/class_617;method_2009(Ljava/lang/String;FF)Vclient aLyo;a(Ljava/lang/String;FF)Vnamed playSoundLnet/minecraft/client/sound/SoundHelper;playSound(Ljava/lang/String;FF)V
-