From 53bf2f710f4bb8532bc765a0f702e48691ebebb9 Mon Sep 17 00:00:00 2001 From: Ben Russell Date: Tue, 20 Sep 2016 14:55:59 +1200 Subject: [PATCH] tie off loose ends for banner stuff --- mappings/net/minecraft/client/texture/TextureManager.mapping | 5 ++++- mappings/net/minecraft/util/math/MathUtils.mapping | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mappings/net/minecraft/client/texture/TextureManager.mapping b/mappings/net/minecraft/client/texture/TextureManager.mapping index 6701256ffe..985cec5a17 100644 --- a/mappings/net/minecraft/client/texture/TextureManager.mapping +++ b/mappings/net/minecraft/client/texture/TextureManager.mapping @@ -16,8 +16,11 @@ CLASS none/bxe net/minecraft/client/texture/TextureManager METHOD a registerTexture (Lnone/kp;Lnone/bxf;)Z ARG 0 id ARG 1 texture - METHOD a (Lnone/kp;Lnone/bxi;)Z + METHOD a registerTextureUpdateable (Lnone/kp;Lnone/bxi;)Z ARG 0 id + ARG 1 texture METHOD b getTexture (Lnone/kp;)Lnone/bxf; ARG 0 id + METHOD c destroyTexture (Lnone/kp;)V + ARG 0 id METHOD e updateTexture ()V diff --git a/mappings/net/minecraft/util/math/MathUtils.mapping b/mappings/net/minecraft/util/math/MathUtils.mapping index f3641c3929..859432c0b9 100644 --- a/mappings/net/minecraft/util/math/MathUtils.mapping +++ b/mappings/net/minecraft/util/math/MathUtils.mapping @@ -87,6 +87,9 @@ CLASS none/or net/minecraft/util/math/MathUtils ARG 0 value METHOD d (I)I ARG 0 value + METHOD d multiplyColors (II)I + ARG 0 c0 + ARG 1 c1 METHOD e absFloor (D)I ARG 0 value METHOD e abs (F)F