Skip to content

Commit

Permalink
SoundSystem fixes (#4024)
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle authored Oct 13, 2024
1 parent bc83367 commit a384c92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mappings/net/minecraft/client/sound/SoundSystem.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CLASS net/minecraft/class_1140 net/minecraft/client/sound/SoundSystem
FIELD field_5559 LOGGER Lorg/slf4j/Logger;
FIELD field_5561 UNKNOWN_SOUNDS Ljava/util/Set;
FIELD field_5563 started Z
FIELD field_5566 startTicks Ljava/util/Map;
FIELD field_5566 soundStartTicks Ljava/util/Map;
METHOD <init> (Lnet/minecraft/class_1144;Lnet/minecraft/class_315;Lnet/minecraft/class_5912;)V
ARG 1 loader
ARG 2 settings
Expand Down Expand Up @@ -65,9 +65,9 @@ CLASS net/minecraft/class_1140 net/minecraft/client/sound/SoundSystem
METHOD method_20304 getDebugString ()Ljava/lang/String;
METHOD method_22139 playNextTick (Lnet/minecraft/class_1117;)V
ARG 1 sound
METHOD method_24878 canRepeatInstantly (Lnet/minecraft/class_1113;)Z
METHOD method_24878 hasRepeatDelay (Lnet/minecraft/class_1113;)Z
ARG 0 sound
METHOD method_24879 isRepeatDelayed (Lnet/minecraft/class_1113;)Z
METHOD method_24879 shouldDelayRepeat (Lnet/minecraft/class_1113;)Z
ARG 0 sound
METHOD method_24880 shouldRepeatInstantly (Lnet/minecraft/class_1113;)Z
ARG 0 sound
Expand Down

0 comments on commit a384c92

Please sign in to comment.