Added mappings for the Model class and fixed name for old Model class (#335)

* Added mappings for the model class and fixed name for the other one

The class before called model had the swing value and was not the true base model class. Not sure what to call it but for now I'm just calling it entity model because SwingingModel seems a bit silly though it would represent this new class from 1.14 better
This commit is contained in:
sekwah41 2018-12-19 12:26:06 +00:00 committed by Adrian Siekierka
parent 4fd4df0a14
commit f4ec5b2b56
2 changed files with 14 additions and 8 deletions

View File

@ -1,8 +1,6 @@
CLASS cym net/minecraft/client/model/Model
FIELD c swingProgress F
FIELD d isRiding Z
FIELD e isChild Z
METHOD a animateModel (Lagv;FFF)V
ARG 2 swingAmount
ARG 3 swingDelta
METHOD b render (Lagv;FFFFFF)V
CLASS czc net/minecraft/client/model/Model
FIELD q cuboidList Ljava/util/List;
FIELD r textureWidth I
FIELD s textureHeight I
METHOD a getRandomCuboid (Ljava/util/Random;)Lday;
ARG 1 rand

View File

@ -0,0 +1,8 @@
CLASS cym net/minecraft/client/render/entity/model/EntityModel
FIELD c swingProgress F
FIELD d isRiding Z
FIELD e isChild Z
METHOD a animateModel (Lagv;FFF)V
ARG 2 swingAmount
ARG 3 swingDelta
METHOD b render (Lagv;FFFFFF)V