Updated some entity fields and class mappings (#288)

This commit is contained in:
Striker Rocker 2018-12-14 19:07:49 +05:30 committed by Shadowfacts
parent 44a5868fae
commit 034a3c4888
26 changed files with 49 additions and 0 deletions

View File

@ -35,6 +35,7 @@ CLASS agt net/minecraft/entity/AreaEffectCloudEntity
METHOD c setRadiusGrowth (F)V
METHOD d setWaitTime (I)V
METHOD i getRadius ()F
METHOD k getColor ()I
METHOD l getParticleType ()Lft;
METHOD m isWaiting ()Z
METHOD n getDuration ()I

View File

@ -1,5 +1,8 @@
CLASS aox net/minecraft/entity/FallingBlockEntity
FIELD a timeFalling I
FIELD av hurtEntities Z
FIELD aw fallHurtMax I
FIELD ax fallHurtAmount F
FIELD b dropItem Z
FIELD c blockEntityData Lhs;
FIELD d BLOCK_POS Lpr;

View File

@ -1,4 +1,5 @@
CLASS aoy net/minecraft/entity/ItemEntity
FIELD a hoverHeight F
FIELD av owner Ljava/util/UUID;
FIELD b STACK Lpr;
FIELD c age I

View File

@ -101,6 +101,7 @@ CLASS ahe net/minecraft/entity/LivingEntity
METHOD d applyDamage (Lage;F)V
ARG 1 damageSource
METHOD d isPotionEffective (Lago;)Z
METHOD d getCurrentExperience (Larb;)I
METHOD da getActiveItem ()Lawo;
METHOD dg isFallFlying ()Z
METHOD e getHurtSound (Lage;)Lxm;

View File

@ -4,3 +4,4 @@ CLASS amx net/minecraft/entity/WaterCreatureEntity
METHOD Y updateLogic ()V
METHOD a canBeLeashedBy (Larb;)Z
METHOD bx canFly ()Z
METHOD d getCurrentExperience (Larb;)I

View File

@ -1,4 +1,6 @@
CLASS apk net/minecraft/entity/mob/EndermiteEntity
FIELD a lifeTime I
FIELD b playerSpawned Z
METHOD D getAmbientSound ()Lxm;
METHOD W_ update ()V
METHOD a playStepSound (Let;Lbpm;)V

View File

@ -3,6 +3,9 @@ CLASS apr net/minecraft/entity/mob/IllagerBeastEntity
METHOD <init> (Lahf;Lbbp;)V
ARG 1 world
METHOD a createPathNodeNavigator ()Lchm;
FIELD bD stunTick I
FIELD bE roarTick I
FIELD b attackTick I
METHOD D getAmbientSound ()Lxm;
METHOD D canSee (Lagv;)Z
METHOD a playStepSound (Let;Lbpm;)V

View File

@ -1,4 +1,5 @@
CLASS apb net/minecraft/entity/mob/IllagerEntity
CLASS apb$a State
METHOD <init> (Lagz;Lbbp;)V
ARG 1 type
METHOD y_ initDataTracker ()V

View File

@ -66,6 +66,7 @@ CLASS ahf net/minecraft/entity/mob/MobEntity
METHOD bo getSafeFallDistance ()I
METHOD cW getMainHand ()Lahd;
METHOD ca initAttributes ()V
METHOD d getCurrentExperience (Larb;)I
METHOD dk canPickUpLoot ()Z
METHOD dl isPersistent ()Z
METHOD dn isLeashed ()Z

View File

@ -4,6 +4,9 @@ CLASS apv net/minecraft/entity/mob/PatrolEntity
METHOD c start ()V
METHOD d onRemove ()V
METHOD e tick ()V
FIELD a patrolTarget Let;
FIELD b isLeader Z
FIELD c isPatrolling Z
METHOD <init> (Lagz;Lbbp;)V
ARG 1 type
METHOD a (Lbbq;Lafn;Lahh;Lahp;Lhs;)Lahp;

View File

@ -21,10 +21,12 @@ CLASS apw net/minecraft/entity/mob/PhantomEntity
METHOD c start ()V
METHOD d onRemove ()V
METHOD e tick ()V
FIELD a SIZE Lpr;
METHOD D getAmbientSound ()Lxm;
METHOD I mobTick ()V
METHOD W_ update ()V
METHOD a shouldRenderAtDistance (D)Z
METHOD a setSize (I)V
METHOD a (Lbbq;Lafn;Lahh;Lahp;Lhs;)Lahp;
ARG 3 difficulty
METHOD a readCustomDataFromTag (Lhs;)V
@ -36,6 +38,7 @@ CLASS apw net/minecraft/entity/mob/PhantomEntity
METHOD cH getSoundVolume ()F
METHOD ca initAttributes ()V
METHOD cv getDeathSound ()Lxm;
METHOD ds getSize ()I
METHOD e getHurtSound (Lage;)Lxm;
METHOD k updateMovement ()V
METHOD n ()V

View File

@ -1,6 +1,8 @@
CLASS apx net/minecraft/entity/mob/PigZombieEntity
CLASS apx$a
METHOD a canStart ()Z
FIELD bD anger I
FIELD bF angerTarget Ljava/util/UUID;
METHOD D getAmbientSound ()Lxm;
METHOD I mobTick ()V
METHOD a initEquipment (Lafn;)V

View File

@ -1,4 +1,5 @@
CLASS apy net/minecraft/entity/mob/PillagerEntity
FIELD bD inventory Lafx;
METHOD D getAmbientSound ()Lxm;
METHOD G ()Z
METHOD N getLimitPerChunk ()I

View File

@ -17,6 +17,7 @@ CLASS aqe net/minecraft/entity/mob/SlimeEntity
METHOD a canStart ()Z
METHOD e tick ()V
FIELD bD SLIME_SIZE Lpr;
FIELD bE onGroundLastTick Z
METHOD <init> (Lagz;Lbbp;)V
ARG 1 type
METHOD F getLootTableId ()Lqc;

View File

@ -10,6 +10,7 @@ CLASS aqj net/minecraft/entity/mob/VindicatorEntity
METHOD b shouldContinue ()Z
METHOD c start ()V
METHOD d onRemove ()V
FIELD b isJohnny Z
METHOD D getAmbientSound ()Lxm;
METHOD I mobTick ()V
METHOD a initEquipment (Lafn;)V

View File

@ -26,8 +26,10 @@ CLASS aqm net/minecraft/entity/mob/ZombieEntity
METHOD bG getEyeHeight ()F
METHOD ca initAttributes ()V
METHOD cv getDeathSound ()Lxm;
METHOD d getCurrentExperience (Larb;)I
METHOD dB getSoundStep ()Lxm;
METHOD dC getSkull ()Lawo;
METHOD dI isDrowning ()Z
METHOD dJ canBreakDoors ()Z
METHOD dz hasArmsRaised ()Z
METHOD e getHurtSound (Lage;)Lxm;

View File

@ -1,6 +1,8 @@
CLASS aqn net/minecraft/entity/mob/ZombieVillagerEntity
FIELD a CONVERTING Lpr;
FIELD bD conversionTimer I
FIELD bE converionStarter Ljava/util/UUID;
FIELD bF offers Lhs;
FIELD b PROFESSION Lpr;
METHOD D getAmbientSound ()Lxm;
METHOD W_ update ()V

View File

@ -1,4 +1,6 @@
CLASS ama net/minecraft/entity/passive/AnimalEntity
FIELD bD inLove I
FIELD bE lovingPlayer Ljava/util/UUID;
FIELD bG spawningGround Lbgs;
METHOD <init> (Lagz;Lbbp;)V
ARG 1 type
@ -11,4 +13,5 @@ CLASS ama net/minecraft/entity/passive/AnimalEntity
METHOD a readCustomDataFromTag (Lhs;)V
METHOD aK getHeightOffset ()D
METHOD b writeCustomDataToTag (Lhs;)V
METHOD d getCurrentExperience (Larb;)I
METHOD k updateMovement ()V

View File

@ -1,5 +1,6 @@
CLASS amc net/minecraft/entity/passive/ChickenEntity
FIELD bJ eggLayTime I
FIELD bK isJockey Z
METHOD D getAmbientSound ()Lxm;
METHOD a createChild (Lags;)Lags;
METHOD a playStepSound (Let;Lbpm;)V
@ -12,6 +13,7 @@ CLASS amc net/minecraft/entity/passive/ChickenEntity
ARG 1 fallDistance
METHOD ca initAttributes ()V
METHOD cv getDeathSound ()Lxm;
METHOD d getCurrentExperience (Larb;)I
METHOD e getHurtSound (Lage;)Lxm;
METHOD k updateMovement ()V
METHOD n ()V

View File

@ -1,4 +1,5 @@
CLASS amd net/minecraft/entity/passive/CodEntity
METHOD D getAmbientSound ()Lxm;
METHOD cv getDeathSound ()Lxm;
METHOD dA getFlopSound ()Lxm;
METHOD e getHurtSound (Lage;)Lxm;

View File

@ -16,6 +16,7 @@ CLASS alx net/minecraft/entity/passive/FishEntity
METHOD b writeCustomDataToTag (Lhs;)V
METHOD bG getEyeHeight ()F
METHOD ca initAttributes ()V
METHOD dA getFlopSound ()Lxm;
METHOD k updateMovement ()V
METHOD n ()V
METHOD y_ initDataTracker ()V

View File

@ -12,6 +12,7 @@ CLASS amo net/minecraft/entity/passive/PufferfishEntity
METHOD a onTrackedDataSet (Lpr;)V
METHOD b writeCustomDataToTag (Lhs;)V
METHOD cv getDeathSound ()Lxm;
METHOD dA getFlopSound ()Lxm;
METHOD e getHurtSound (Lage;)Lxm;
METHOD k updateMovement ()V
METHOD n ()V

View File

@ -1,4 +1,5 @@
CLASS amq net/minecraft/entity/passive/SalmonEntity
METHOD D getAmbientSound ()Lxm;
METHOD cv getDeathSound ()Lxm;
METHOD dA getFlopSound ()Lxm;
METHOD e getHurtSound (Lage;)Lxm;

View File

@ -5,6 +5,7 @@ CLASS amv net/minecraft/entity/passive/TropicalFishEntity
METHOD a readCustomDataFromTag (Lhs;)V
METHOD b writeCustomDataToTag (Lhs;)V
METHOD cv getDeathSound ()Lxm;
METHOD dA getFlopSound ()Lxm;
METHOD dI getVariant ()I
METHOD e getHurtSound (Lage;)Lxm;
METHOD y_ initDataTracker ()V

View File

@ -36,6 +36,9 @@ CLASS amw net/minecraft/entity/passive/TurtleEntity
METHOD c start ()V
METHOD d onRemove ()V
METHOD e tick ()V
FIELD bE HOME_POS Lpr;
FIELD bF HAS_EGG Lpr;
FIELD bI TRAVEL_POS Lpr;
METHOD D getAmbientSound ()Lxm;
METHOD a createChild (Lags;)Lags;
METHOD a onStruckByLightning (Laov;)V
@ -51,7 +54,13 @@ CLASS amw net/minecraft/entity/passive/TurtleEntity
METHOD bx canFly ()Z
METHOD ca initAttributes ()V
METHOD cv getDeathSound ()Lxm;
METHOD dB getHomePos ()Let;
METHOD dC getTravelPos ()Let;
METHOD dz getHasEgg ()Z
METHOD e getHurtSound (Lage;)Lxm;
METHOD g setHomePos (Let;)V
METHOD h setTravelPos (Let;)V
METHOD k updateMovement ()V
METHOD n ()V
METHOD s setHasEgg (Z)V
METHOD y_ initDataTracker ()V

View File

@ -129,6 +129,7 @@ CLASS arb net/minecraft/entity/player/PlayerEntity
METHOD d addExperience (I)V
METHOD d applyDamage (Lage;F)V
ARG 1 damageSource
METHOD d getCurrentExperience (Larb;)I
METHOD dA getHungerManager ()Lasu;
METHOD dB canFoodHeal ()Z
METHOD dC canModifyWorld ()Z