tie off loose ends for banner stuff

This commit is contained in:
Ben Russell 2016-09-20 14:55:59 +12:00
parent c9b6c1d113
commit 53bf2f710f
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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