Added some Villager model mappings (#614)

This commit is contained in:
Siphalor 2019-04-14 13:04:29 +02:00 committed by Gegy
parent 79f37a5b7c
commit 97ff26cc49
3 changed files with 17 additions and 0 deletions

View File

@ -18,6 +18,7 @@ CLASS dgs net/minecraft/client/model/Box
ARG 7 xSize
ARG 8 ySize
ARG 9 zSize
ARG 10 scale
METHOD <init> (Ldgu;IIFFFIIIFZ)V
ARG 1 parent
ARG 2 textureOffsetU
@ -28,6 +29,7 @@ CLASS dgs net/minecraft/client/model/Box
ARG 7 xSize
ARG 8 ySize
ARG 9 zSize
ARG 10 scale
ARG 11 flip
METHOD a render (Lcuc;F)V
ARG 2 scale

View File

@ -1 +1,3 @@
CLASS drl net/minecraft/client/render/entity/model/ModelWithHat
METHOD a setHatVisible (Z)V
ARG 1 visible

View File

@ -1,3 +1,16 @@
CLASS dgi net/minecraft/client/render/entity/model/VillagerResemblingModel
FIELD a head Ldgu;
FIELD b headOverlay Ldgu;
FIELD f hat Ldgu;
FIELD g body Ldgu;
FIELD h robe Ldgu;
FIELD i arms Ldgu;
FIELD j leftLeg Ldgu;
FIELD k rightLeg Ldgu;
FIELD l nose Ldgu;
METHOD <init> (F)V
ARG 1 scale
METHOD <init> (FII)V
ARG 1 scale
ARG 2 textureWidth
ARG 3 textureHeight