fix getNameComponent

This commit is contained in:
Adrian Siekierka 2018-11-01 20:19:00 +01:00
parent 8226c45d75
commit 27247c41f0
8 changed files with 8 additions and 8 deletions

View File

@ -65,7 +65,7 @@ CLASS afv net/minecraft/entity/Entity
METHOD E updatePortalCooldown ()V
METHOD O_ getName ()Lix;
METHOD P_ hasCustomName ()Z
METHOD Q ()Lix;
METHOD Q getDisplayedName ()Lix;
METHOD R getFactory ()Lafz;
METHOD S getEntityId ()I
METHOD S_ update ()V

View File

@ -1 +0,0 @@
CLASS aog net/minecraft/entity/mob/IMonster

View File

@ -0,0 +1 @@
CLASS aog net/minecraft/entity/mob/Monster

View File

@ -11,7 +11,7 @@ CLASS apm net/minecraft/entity/passive/EntityVillager
METHOD F getLootTableId ()Lpu;
METHOD I mobTick ()V
METHOD N_ getCurrentCustomer ()Lapr;
METHOD Q ()Lix;
METHOD Q getDisplayedName ()Lix;
METHOD a onDeath (Lafe;)V
ARG 0 damageSource
METHOD a createChild (Lafs;)Lafs;

View File

@ -41,7 +41,7 @@ CLASS apr net/minecraft/entity/player/EntityPlayer
FIELD e spawnPosition Leq;
FIELD f spawnForced Z
METHOD O_ getName ()Lix;
METHOD Q ()Lix;
METHOD Q getDisplayedName ()Lix;
METHOD S_ update ()V
METHOD T_ stopRiding ()V
METHOD X invalidate ()V

View File

@ -1,4 +1,4 @@
CLASS aev net/minecraft/util/CustomNameable
METHOD O_ getName ()Lix;
METHOD P_ hasCustomName ()Z
METHOD Q ()Lix;
METHOD Q getDisplayedName ()Lix;

View File

@ -7,7 +7,7 @@ CLASS apk net/minecraft/village/SimpleVillager
ARG 0 player
ARG 1 displayName
METHOD N_ getCurrentCustomer ()Lapr;
METHOD Q getNameComponent ()Lix;
METHOD Q getDisplayedName ()Lix;
METHOD a onSellingItem (Lauv;)V
ARG 0 stack
METHOD a useRecipe (Layz;)V

View File

@ -1,6 +1,6 @@
CLASS ayy net/minecraft/village/IVillager
CLASS ayy net/minecraft/village/Villager
METHOD N_ getCurrentCustomer ()Lapr;
METHOD Q getNameComponent ()Lix;
METHOD Q getDisplayedName ()Lix;
METHOD a onSellingItem (Lauv;)V
ARG 0 stack
METHOD a useRecipe (Layz;)V