Some player stuff (#574)

* Some player stuff

* Update LivingEntity.mapping
This commit is contained in:
Sargun Vohra 2019-03-30 02:06:24 -07:00 committed by Gegy
parent 0580b466fb
commit 791ef4f5e5
3 changed files with 8 additions and 0 deletions

View File

@ -72,12 +72,14 @@ CLASS aii net/minecraft/entity/LivingEntity
ARG 1 stack
METHOD c setHealth (F)V
METHOD c setCurrentHand (Lagt;)V
METHOD c playHurtSound (Lahi;)V
METHOD c removePotionEffect (Lahr;)Laht;
METHOD c addPotionEffect (Laht;)Z
METHOD c canTarget (Laii;)Z
METHOD c containsOnlyAmbientEffects (Ljava/util/Collection;)Z
ARG 0 effects
METHOD cA dropInventory ()V
METHOD cB getLootTable ()Lqr;
METHOD cC getDeathSound ()Lyh;
METHOD cF getDamageTracker ()Lahh;
METHOD cH getHealthMaximum ()F
@ -112,6 +114,7 @@ CLASS aii net/minecraft/entity/LivingEntity
METHOD cx isUndead ()Z
METHOD cy getHealth ()F
METHOD cz getRecentDamageSource ()Lahi;
METHOD d drop (Lahi;)V
METHOD d applyDamage (Lahi;F)V
ARG 1 damageSource
METHOD d removeStatusEffect (Lahr;)Z

View File

@ -42,6 +42,8 @@ CLASS xo net/minecraft/server/PlayerManager
METHOD a sendToAll (Lka;)V
METHOD a sendToDimension (Lka;Lbxq;)V
ARG 1 packet
METHOD a respawnPlayer (Lvf;Lbxq;Z)Lvf;
ARG 3 alive
METHOD a setWhitelistEnabled (Z)V
METHOD b sendToOtherTeams (Lavm;Ljm;)V
ARG 1 source

View File

@ -31,6 +31,9 @@ CLASS vf net/minecraft/server/network/ServerPlayerEntity
METHOD a setChunkPos (Lfo;)V
METHOD a sendChatMessage (Ljm;Ljk;)V
METHOD a setClientSettings (Lnw;)V
METHOD a copyFrom (Lvf;Z)V
ARG 1 oldPlayer
ARG 2 alive
METHOD c onStoppedTracking (Lahz;)V
METHOD d onStartedTracking (Lahz;)V
METHOD e setCameraEntity (Lahz;)V