Possible fixes for mapping conflicts

This commit is contained in:
modmuss50 2018-10-26 22:53:20 +01:00
parent ccad5114ab
commit 10ccf6a407
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ CLASS aow net/minecraft/entity/passive/EntityVillager
METHOD G getLootTableId ()Lpt;
METHOD K mobTick ()V
METHOD N_ getCurrentCustomer ()Lapb;
METHOD Q getDisplayName ()Liw;
METHOD Q getNameComponent ()Liw;
METHOD a onDeath (Laeq;)V
ARG 0 damageSource
METHOD a createChild (Lafe;)Lafe;

View File

@ -1,6 +1,6 @@
CLASS ayf net/minecraft/village/IVillager
METHOD N_ getCurrentCustomer ()Lapb;
METHOD Q getDisplayName ()Liw;
METHOD Q getNameComponent ()Liw;
METHOD a onSellingItem (Lauc;)V
ARG 0 stack
METHOD a useRecipe (Layg;)V

View File

@ -7,7 +7,7 @@ CLASS aou net/minecraft/village/SimpleVillager
ARG 0 player
ARG 1 displayName
METHOD N_ getCurrentCustomer ()Lapb;
METHOD Q getDisplayName ()Liw;
METHOD Q getNameComponent ()Liw;
METHOD a onSellingItem (Lauc;)V
ARG 0 stack
METHOD a useRecipe (Layg;)V