Rename an argument of Merchant#sendOffers (#3640)

* Fix typo in one of Merchant's method arguments

Basically go from:
`void sendOffers(PlayerEntity player, Text test, int levelProgress)`
to:
`void sendOffers(PlayerEntity player, Text text, int levelProgress)`

* Rename Merchant#sendOffers "text" argument to "displayName"

* rename param

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: YanisBft <yanis.briffaut@gmail.com>
This commit is contained in:
XanderStuff 2023-09-18 10:48:27 -05:00 committed by GitHub
parent 208f335146
commit eb9a6ccd07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ CLASS net/minecraft/class_1915 net/minecraft/village/Merchant
ARG 3 playerx
METHOD method_17449 sendOffers (Lnet/minecraft/class_1657;Lnet/minecraft/class_2561;I)V
ARG 1 player
ARG 2 test
ARG 2 name
ARG 3 levelProgress
METHOD method_18010 getYesSound ()Lnet/minecraft/class_3414;
METHOD method_19269 getExperience ()I