More EntityModelBox stuff

This commit is contained in:
Shadowfacts 2016-08-27 17:43:29 -04:00
parent fdecc99df3
commit cbf49a9ead
No known key found for this signature in database
GPG Key ID: F802198A7D7F309D
1 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,9 @@
CLASS none/blw net/minecraft/client/render/entity/EntityModelBox
FIELD a textureWidth F
FIELD b textureHeight F
FIELD c translateX F
FIELD d translateY F
FIELD e translateZ F
FIELD c rotationPointX F
FIELD d rotationPointY F
FIELD e rotationPointZ F
FIELD f pitch F
FIELD g yaw F
FIELD h roll F
@ -16,7 +16,9 @@ CLASS none/blw net/minecraft/client/render/entity/EntityModelBox
ARG 0 owner
METHOD <init> (Lnone/bkl;Ljava/lang/String;)V
ARG 0 owner
METHOD a setTranslation (FFF)V
METHOD a render (F)V
ARG 0 delta
METHOD a setRotationPoint (FFF)V
ARG 0 x
ARG 1 y
ARG 2 z
@ -24,9 +26,9 @@ CLASS none/blw net/minecraft/client/render/entity/EntityModelBox
METHOD a addChild (Lnone/blw;)V
ARG 0 box
METHOD b (F)V
ARG 0 translationFactor
ARG 0 delta
METHOD b setTextureSize (II)Lnone/blw;
ARG 0 width
ARG 1 height
METHOD c (F)V
ARG 0 translationFactor
ARG 0 delta