From cbf49a9eade36467fadd002455c48a8eb48238e2 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 27 Aug 2016 17:43:29 -0400 Subject: [PATCH] More EntityModelBox stuff --- .../client/render/entity/EntityModelBox.mapping | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/mappings/net/minecraft/client/render/entity/EntityModelBox.mapping b/mappings/net/minecraft/client/render/entity/EntityModelBox.mapping index b7d736cda7..0b36d3293a 100644 --- a/mappings/net/minecraft/client/render/entity/EntityModelBox.mapping +++ b/mappings/net/minecraft/client/render/entity/EntityModelBox.mapping @@ -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 (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