Skip to content

Commit

Permalink
fix: skipped a word
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle committed Nov 17, 2024
1 parent f8de773 commit 4b4a949
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mappings/net/minecraft/world/World.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ CLASS net/minecraft/class_1937 net/minecraft/world/World
METHOD method_43127 getSpawnAngle ()F
METHOD method_43128 playSound (Lnet/minecraft/class_1657;DDDLnet/minecraft/class_3414;Lnet/minecraft/class_3419;FF)V
ARG 1 source
COMMENT the player that caused this sound, or {@code null}. On the client, the sound will only if if the source is the same as the client's player.
COMMENT the player that caused this sound, or {@code null}. On the client, the sound will only play if the source is the same as the client's player.
COMMENT On the server, sound packets will be sent to players around the source, excluding the source itself.
ARG 2 x
ARG 4 y
Expand All @@ -159,7 +159,7 @@ CLASS net/minecraft/class_1937 net/minecraft/world/World
ARG 11 pitch
METHOD method_43129 playSoundFromEntity (Lnet/minecraft/class_1657;Lnet/minecraft/class_1297;Lnet/minecraft/class_3414;Lnet/minecraft/class_3419;FF)V
ARG 1 source
COMMENT the player that caused this sound, or {@code null}. On the client, the sound will only if if the source is the same as the client's player.
COMMENT the player that caused this sound, or {@code null}. On the client, the sound will only play if the source is the same as the client's player.
COMMENT On the server, sound packets will be sent to players around the source, excluding the source itself.
ARG 2 entity
ARG 3 sound
Expand Down Expand Up @@ -210,7 +210,7 @@ CLASS net/minecraft/class_1937 net/minecraft/world/World
ARG 4 entity
METHOD method_47967 playSound (Lnet/minecraft/class_1657;DDDLnet/minecraft/class_3414;Lnet/minecraft/class_3419;FFJ)V
ARG 1 source
COMMENT the player that caused this sound, or {@code null}. On the client, the sound will only if if the source is the same as the client's player.
COMMENT the player that caused this sound, or {@code null}. On the client, the sound will only play if the source is the same as the client's player.
COMMENT On the server, sound packets will be sent to players around the source, excluding the source itself.
ARG 2 x
ARG 4 y
Expand Down Expand Up @@ -307,7 +307,7 @@ CLASS net/minecraft/class_1937 net/minecraft/world/World
ARG 1 tickDelta
METHOD method_8449 playSoundFromEntity (Lnet/minecraft/class_1657;Lnet/minecraft/class_1297;Lnet/minecraft/class_6880;Lnet/minecraft/class_3419;FFJ)V
ARG 1 source
COMMENT the player that caused this sound, or {@code null}. On the client, the sound will only if if the source is the same as the client's player.
COMMENT the player that caused this sound, or {@code null}. On the client, the sound will only play if the source is the same as the client's player.
COMMENT On the server, sound packets will be sent to players around the source, excluding the source itself.
ARG 2 entity
ARG 3 sound
Expand Down Expand Up @@ -347,7 +347,7 @@ CLASS net/minecraft/class_1937 net/minecraft/world/World
METHOD method_8458 isSavingDisabled ()Z
METHOD method_8465 playSound (Lnet/minecraft/class_1657;DDDLnet/minecraft/class_6880;Lnet/minecraft/class_3419;FFJ)V
ARG 1 source
COMMENT the player that caused this sound, or {@code null}. On the client, the sound will only if if the source is the same as the client's player.
COMMENT the player that caused this sound, or {@code null}. On the client, the sound will only play if the source is the same as the client's player.
COMMENT On the server, sound packets will be sent to players around the source, excluding the source itself.
ARG 2 x
ARG 4 y
Expand Down

0 comments on commit 4b4a949

Please sign in to comment.