Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly name Raid-ravager-spawn methods #3939

Merged
merged 1 commit into from
Aug 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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