More misc mappings (#118)

* Mapped a few misc things related to entities and rendering.

* Fixed a few things based on Copy's suggestions.

* Fixed mainhand/offhand issue.
This commit is contained in:
Tyler Hancock 2016-10-16 00:05:38 -06:00 committed by Adrian Siekierka
parent db9fc376d7
commit 9fc5447217
8 changed files with 77 additions and 8 deletions

View File

@ -0,0 +1,51 @@
CLASS none/box net/minecraft/client/render/FirstPersonRenderer
FIELD a MAP_BACKGROUND_TEX Lnone/kp;
FIELD b UNDERWATER_TEX Lnone/kp;
FIELD c game Lnone/bdr;
FIELD d mainHand Lnone/aes;
FIELD e offHand Lnone/aes;
FIELD f equipProgressMainHand F
FIELD g prevEquipProgressMainHand F
FIELD h equipProgressOffHand F
FIELD i prevEquipProgressOffHand F
FIELD j renderManager Lnone/btd;
FIELD k itemRenderer Lnone/btr;
METHOD <init> (Lnone/bdr;)V
ARG 0 minecraft
METHOD a updateHeldItems ()V
METHOD a renderFirstPersonItem (F)V
ARG 0 deltaTicks
METHOD a rotate (FF)V
ARG 0 degreeX
ARG 1 degreeY
METHOD a renderFirstPersonMap (FFF)V
METHOD a renderBlock (FLnone/bxe;)V
ARG 0 deltaTicks
ARG 1 atlas
METHOD a renderFirstPersonMap (Lnone/aes;)V
ARG 0 map
METHOD a isTranslucent (Lnone/aky;)Z
ARG 0 block
METHOD a renderFirstPersonItem (Lnone/boe;FFLnone/rb;FLnone/aes;F)V
ARG 0 player
ARG 3 hand
ARG 5 item
METHOD a resetEquipProgress (Lnone/rb;)V
ARG 0 hand
METHOD a renderArm (Lnone/so;)V
ARG 0 hand
METHOD a renderItem (Lnone/sp;Lnone/aes;Lnone/bqf$b;)V
ARG 0 holder
ARG 1 stack
ARG 2 transformation
METHOD a renderItemFromSide (Lnone/sp;Lnone/aes;Lnone/bqf$b;Z)V
ARG 0 holder
ARG 1 stack
ARG 2 transformation
METHOD b renderOverlays (F)V
ARG 0 deltaTicks
METHOD c renderArms ()V
METHOD e renderWaterOverlay (F)V
ARG 0 deltaTicks
METHOD f renderFireOverlay (F)V
ARG 0 deltaTicks

View File

@ -0,0 +1,16 @@
CLASS none/btn net/minecraft/client/render/entity/EntityRendererBiped
FIELD a model Lnone/bkj;
FIELD b scale F
FIELD k SKIN Lnone/kp;
METHOD <init> (Lnone/btd;Lnone/bkj;F)V
ARG 0 renderManager
ARG 1 model
ARG 2 shadowSize
METHOD <init> (Lnone/btd;Lnone/bkj;FF)V
ARG 0 renderManager
ARG 1 model
ARG 2 shadowSize
METHOD a getTexture (Lnone/sg;)Lnone/kp;
ARG 0 model
METHOD a getTexture (Lnone/sq;)Lnone/kp;
ARG 0 model

View File

@ -1,4 +1,5 @@
CLASS none/bln net/minecraft/client/render/entity/model/EntityModelVillager
FIELD f nose Lnone/blz;
METHOD a setRotationAngles (FFFFFFLnone/sg;)V
METHOD a render (Lnone/sg;FFFFFF)V
ARG 0 entity

View File

@ -0,0 +1,7 @@
CLASS none/blp net/minecraft/client/render/entity/model/EntityModelWitch
FIELD g hasItem Z
FIELD h mole Lnone/blz;
FIELD i hat Lnone/blz;
METHOD <init> (F)V
ARG 0 scale
METHOD a setRotationAngles (FFFFFFLnone/sg;)V

View File

@ -0,0 +1 @@
CLASS none/yw net/minecraft/entity/EntityWeatherEffect

View File

@ -1,4 +1,4 @@
CLASS none/sn
CLASS none/sn net/minecraft/entity/mob/EntityFlying
METHOD e handleFallDamage (FF)V
ARG 0 fallDistance
METHOD m_ canClimb ()Z

View File

@ -1,2 +0,0 @@
CLASS none/blp
METHOD a setRotationAngles (FFFFFFLnone/sg;)V

View File

@ -1,5 +0,0 @@
CLASS none/btn
METHOD a getTexture (Lnone/sg;)Lnone/kp;
ARG 0 model
METHOD a getTexture (Lnone/sq;)Lnone/kp;
ARG 0 model