close #199, close #201, close #202

This commit is contained in:
asie 2018-11-26 14:33:11 +01:00
parent dfb0600796
commit 05dc08bffb
9 changed files with 39 additions and 31 deletions

View File

@ -197,7 +197,9 @@ CLASS age net/minecraft/entity/Entity
METHOD bE getComponentHoverEvent ()Ljc;
METHOD bF getBoundingBox ()Lckc;
METHOD bH getEyeHeight ()F
METHOD bL getCommandStats ()Lbam;
METHOD bJ getPos ()Les;
METHOD bK getPosVector ()Lckg;
METHOD bL getWorld ()Lbam;
METHOD bM getServer ()Lnet/minecraft/server/MinecraftServer;
METHOD bN isImmuneToExplosion ()Z
METHOD bR getPassengerList ()Ljava/util/List;

View File

@ -1,22 +1,35 @@
CLASS als
CLASS als$a
CLASS alk net/minecraft/entity/passive/EntityCat
CLASS alk$a
METHOD a canStart ()Z
METHOD b shouldContinue ()Z
CLASS alk$b
METHOD a canStart ()Z
METHOD b shouldContinue ()Z
METHOD c start ()V
METHOD d onRemove ()V
METHOD e tick ()V
CLASS alk$c
METHOD e tick ()V
FIELD bI OCELOT_TYPE Lpm;
METHOD D getSoundAmbient ()Lxc;
METHOD H mobTick ()V
METHOD a damage (Lafn;F)Z
ARG 1 source
METHOD V_ update ()V
METHOD a createChild (Lagb;)Lagb;
METHOD a interactMob (Laqf;Laex;)Z
ARG 1 player
METHOD a (Lban;Laew;Lagq;Lagy;Lho;)Lagy;
ARG 3 difficulty
METHOD a deserializeCustomData (Lho;)V
METHOD b createChild (Lagb;)Lalk;
METHOD b serializeCustomData (Lho;)V
METHOD bH getEyeHeight ()F
METHOD c handleFallDamage (FF)V
ARG 1 fallDistance
METHOD cb initAttributes ()V
METHOD cw getSoundDeath ()Lxc;
METHOD dA onTamedChanged ()V
METHOD dJ getOcelotType ()I
METHOD e getSoundHurt (Lafn;)Lxc;
METHOD n initAi ()V
METHOD p getOcelotType (I)V
METHOD y_ initDataTracker ()V

View File

@ -1,35 +1,22 @@
CLASS alk net/minecraft/entity/passive/EntityOcelot
CLASS alk$a
CLASS als net/minecraft/entity/passive/EntityOcelot
CLASS als$a
METHOD a canStart ()Z
METHOD b shouldContinue ()Z
CLASS alk$b
METHOD a canStart ()Z
METHOD b shouldContinue ()Z
METHOD c start ()V
METHOD d onRemove ()V
METHOD e tick ()V
CLASS alk$c
METHOD e tick ()V
FIELD bI OCELOT_TYPE Lpm;
METHOD D getSoundAmbient ()Lxc;
METHOD H mobTick ()V
METHOD V_ update ()V
METHOD a damage (Lafn;F)Z
ARG 1 source
METHOD a createChild (Lagb;)Lagb;
METHOD a interactMob (Laqf;Laex;)Z
ARG 1 player
METHOD a (Lban;Laew;Lagq;Lagy;Lho;)Lagy;
ARG 3 difficulty
METHOD a deserializeCustomData (Lho;)V
METHOD b createChild (Lagb;)Lalk;
METHOD b serializeCustomData (Lho;)V
METHOD bH getEyeHeight ()F
METHOD c handleFallDamage (FF)V
ARG 1 fallDistance
METHOD cb initAttributes ()V
METHOD cw getSoundDeath ()Lxc;
METHOD dA onTamedChanged ()V
METHOD dJ getOcelotType ()I
METHOD e getSoundHurt (Lafn;)Lxc;
METHOD n initAi ()V
METHOD p getOcelotType (I)V
METHOD y_ initDataTracker ()V

View File

@ -28,10 +28,10 @@ CLASS aqa net/minecraft/entity/passive/EntityVillager
METHOD b serializeCustomData (Lho;)V
METHOD bH getEyeHeight ()F
METHOD b_ getRecipes (Laqf;)Lazs;
METHOD c getWorld ()Lbam;
METHOD c getVillagerWorld ()Lbam;
METHOD cb initAttributes ()V
METHOD cw getSoundDeath ()Lxc;
METHOD d getPos ()Les;
METHOD d getVillagerPos ()Les;
METHOD d setVillagerType (I)V
METHOD dE getInventory ()Lafg;
METHOD dz getVillagerType ()I

View File

@ -4,7 +4,7 @@ CLASS arq net/minecraft/entity/vehicle/EntityHopperMinecart
FIELD f currentBlockPos Les;
METHOD B getDefaultBlockOffset ()I
METHOD D isEnabled ()Z
METHOD F getWorld ()Lbam;
METHOD F getHopperWorld ()Lbam;
METHOD G getHopperX ()D
METHOD H getHopperY ()D
METHOD I getHopperZ ()D

View File

@ -1,4 +1,10 @@
CLASS arj net/minecraft/entity/vehicle/EntityMinecartBase
CLASS arj$a Type
FIELD h VALUES [Larj$a;
FIELD i id I
METHOD a getId ()I
METHOD a byId (I)Larj$a;
ARG 0 id
FIELD d CUSTOM_BLOCK_ID Lpm;
FIELD e CUSTOM_BLOCK_OFFSET Lpm;
FIELD f CUSTOM_BLOCK_PRESENT Lpm;

View File

@ -1,5 +1,5 @@
CLASS bmx
METHOD F getWorld ()Lbam;
CLASS bmx net/minecraft/sortme/Hopper
METHOD F getHopperWorld ()Lbam;
METHOD G getHopperX ()D
METHOD H getHopperY ()D
METHOD I getHopperZ ()D

View File

@ -12,5 +12,5 @@ CLASS apy net/minecraft/village/SimpleVillager
METHOD a setRecipeList (Lazs;)V
METHOD a_ setCurrentCustomer (Laqf;)V
METHOD b_ getRecipes (Laqf;)Lazs;
METHOD c getWorld ()Lbam;
METHOD d getPos ()Les;
METHOD c getVillagerWorld ()Lbam;
METHOD d getVillagerPos ()Les;

View File

@ -6,5 +6,5 @@ CLASS azq net/minecraft/village/Villager
METHOD a setRecipeList (Lazs;)V
METHOD a_ setCurrentCustomer (Laqf;)V
METHOD b_ getRecipes (Laqf;)Lazs;
METHOD c getWorld ()Lbam;
METHOD d getPos ()Les;
METHOD c getVillagerWorld ()Lbam;
METHOD d getVillagerPos ()Les;