Skip to content

Commit

Permalink
Correctly name Raid-ravanger-spawn methods (#3939)
Browse files Browse the repository at this point in the history
These methods do not handle ravanger spawning but spawning of raiders in general
  • Loading branch information
litetex authored Aug 17, 2024
1 parent b420f95 commit 92776d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mappings/net/minecraft/village/raid/Raid.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CLASS net/minecraft/class_3765 net/minecraft/village/raid/Raid
FIELD field_19022 waveCount I
FIELD field_19023 status Lnet/minecraft/class_3765$class_4259;
FIELD field_19024 finishCooldown I
FIELD field_19172 preCalculatedRavagerSpawnLocation Ljava/util/Optional;
FIELD field_19172 preCalculatedRaidersSpawnLocation Ljava/util/Optional;
FIELD field_30670 MAX_DESPAWN_COUNTER I
FIELD field_30675 SQUARED_MAX_RAIDER_DISTANCE I
FIELD field_30683 OMINOUS_BANNER_TRANSLATION_KEY Lnet/minecraft/class_2561;
Expand Down Expand Up @@ -82,7 +82,7 @@ CLASS net/minecraft/class_3765 net/minecraft/village/raid/Raid
ARG 1 pos
METHOD method_16523 updateBar ()V
METHOD method_16524 hasStarted ()Z
METHOD method_16525 getRavagerSpawnLocation (II)Lnet/minecraft/class_2338;
METHOD method_16525 findRandomRaidersSpawnLocation (II)Lnet/minecraft/class_2338;
ARG 1 proximity
ARG 2 tries
METHOD method_16831 getWorld ()Lnet/minecraft/class_1937;
Expand Down Expand Up @@ -115,7 +115,7 @@ CLASS net/minecraft/class_3765 net/minecraft/village/raid/Raid
METHOD method_20023 hasWon ()Z
METHOD method_20024 hasLost ()Z
METHOD method_20025 getEnchantmentChance ()F
METHOD method_20267 preCalculateRavagerSpawnLocation (I)Ljava/util/Optional;
METHOD method_20267 getRaidersSpawnLocation (I)Ljava/util/Optional;
ARG 1 proximity
METHOD method_20509 setCenter (Lnet/minecraft/class_2338;)V
ARG 1 center
Expand Down

0 comments on commit 92776d5

Please sign in to comment.