Villager.getDisplayedName -> getDisplayName

This commit is contained in:
Adrian Siekierka 2018-11-29 21:40:19 +01:00
parent 903c3653ee
commit 0e653e4a4a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ CLASS aqc net/minecraft/village/SimpleVillager
METHOD <init> (Laqj;Lja;)V
ARG 1 player
METHOD O_ getCurrentCustomer ()Laqj;
METHOD Q getDisplayedName ()Lja;
METHOD Q getDisplayName ()Lja;
METHOD a onSellingItem (Lavs;)V
METHOD a useRecipe (Lazv;)V
METHOD a setRecipeList (Lazw;)V

View File

@ -1,6 +1,6 @@
CLASS azu net/minecraft/village/Villager
METHOD O_ getCurrentCustomer ()Laqj;
METHOD Q getDisplayedName ()Lja;
METHOD Q getDisplayName ()Lja;
METHOD a onSellingItem (Lavs;)V
METHOD a useRecipe (Lazv;)V
METHOD a setRecipeList (Lazw;)V