diff --git a/mappings/net/minecraft/client/render/entity/EntityModelBox.mapping b/mappings/net/minecraft/client/render/entity/EntityModelBox.mapping index 91c3a55135..b7d736cda7 100644 --- a/mappings/net/minecraft/client/render/entity/EntityModelBox.mapping +++ b/mappings/net/minecraft/client/render/entity/EntityModelBox.mapping @@ -1,6 +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 f pitch F FIELD g yaw F FIELD h roll F @@ -13,9 +16,17 @@ 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 + ARG 0 x + ARG 1 y + ARG 2 z METHOD a add (Ljava/lang/String;FFFIII)Lnone/blw; METHOD a addChild (Lnone/blw;)V ARG 0 box + METHOD b (F)V + ARG 0 translationFactor METHOD b setTextureSize (II)Lnone/blw; ARG 0 width ARG 1 height + METHOD c (F)V + ARG 0 translationFactor