fix EntityLiving.damage

This commit is contained in:
asie 2018-11-18 08:22:10 +01:00
parent c4f7032d43
commit 2e5d688eaa
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ CLASS dan net/minecraft/client/player/EntityPlayerClient
METHOD c setCurrentHand (Laev;)V
METHOD c removePotionEffect (Lafu;)Lafv;
METHOD cZ getActiveHand ()Laev;
METHOD d damage (Lafl;F)V
METHOD d applyDamage (Lafl;F)V
ARG 1 damageSource
METHOD f sendChatMessage (Ljava/lang/String;)V
METHOD f setSprinting (Z)V

View File

@ -95,7 +95,7 @@ CLASS agl net/minecraft/entity/EntityLiving
METHOD cs getHealth ()F
METHOD cw getSoundDeath ()Lxb;
METHOD cz getDamageTracker ()Lafk;
METHOD d damage (Lafl;F)V
METHOD d applyDamage (Lafl;F)V
ARG 1 damageSource
METHOD d isPotionEffective (Lafv;)Z
METHOD db getActiveItem ()Lavf;

View File

@ -124,7 +124,7 @@ CLASS aqa net/minecraft/entity/player/EntityPlayer
METHOD cb initAttributes ()V
METHOD cw getSoundDeath ()Lxb;
METHOD d addExperience (I)V
METHOD d damage (Lafl;F)V
METHOD d applyDamage (Lafl;F)V
ARG 1 damageSource
METHOD dB getHungerManager ()Larn;
METHOD dC canFoodHeal ()Z