Mapped out some of the main entity types.

Not sure where to but the big types like Mob and EntityAnimal
This commit is contained in:
Tyler Hancock 2016-08-20 21:00:51 -06:00
parent bfee108e0e
commit 2f958976a4
8 changed files with 22 additions and 2 deletions

View File

@ -1,4 +1,4 @@
CLASS none/ss net/minecraft/entity/EntityType
CLASS none/ss net/minecraft/entity/EntityAttribute
FIELD a UNKNOWN Lnone/ss;
FIELD b UNDEAD Lnone/ss;
FIELD c ARTHROPOD Lnone/ss;

View File

@ -0,0 +1 @@
CLASS none/sd net/minecraft/entity/Living

View File

@ -1,3 +1,3 @@
CLASS none/wl
CLASS none/wl net/minecraft/entity/unsorted/EntityAnimal
METHOD a deserializeEntityTag (Lnone/dt;)V
METHOD b serializeEntityTag (Lnone/dt;)V

View File

@ -0,0 +1 @@
CLASS none/wy net/minecraft/entity/unsorted/EntityAquatic

View File

@ -0,0 +1 @@
CLASS none/wi net/minecraft/entity/unsorted/EntityCave

View File

@ -0,0 +1,14 @@
CLASS none/sp net/minecraft/entity/unsorted/EntityType
FIELD a MONSTER Lnone/sp;
FIELD b ANIMAL Lnone/sp;
FIELD c CAVE Lnone/sp;
FIELD d AQUATIC Lnone/sp;
FIELD e entityClass Ljava/lang/Class;
FIELD f spawnCap I
FIELD g preferedMaterial Lnone/ayo;
FIELD h isPeaceful Z
FIELD i isAnimal Z
METHOD a getEntityClass ()Ljava/lang/Class;
METHOD b getSpawnCap ()I
METHOD d isPeaceful ()Z
METHOD e isAnimal ()Z

View File

@ -0,0 +1 @@
CLASS none/zi net/minecraft/entity/unsorted/Mob

View File

@ -57,6 +57,8 @@ CLASS none/ajh net/minecraft/world/biome/Biome
ARG 1 pos
METHOD a getId (Lnone/ajh;)I
ARG 0 biome
METHOD a getSpawnList (Lnone/sp;)Ljava/util/List;
ARG 0 listType
METHOD b hasName ()Z
METHOD b get (I)Lnone/ajh;
ARG 0 id