Texture and ITexture fully mapped

This commit is contained in:
Ben Russell 2016-09-20 12:25:24 +12:00
parent 1c736f27c8
commit ce7bd3f174
2 changed files with 15 additions and 0 deletions

View File

@ -1,4 +1,8 @@
CLASS none/bxf net/minecraft/client/texture/ITexture
METHOD a popFilter ()V
METHOD a load (Lnone/byc;)V
ARG 0 resourceContainer
METHOD b getGlId ()I
METHOD b pushFilter (ZZ)V
ARG 0 bilinear
ARG 1 mipmap

View File

@ -1,4 +1,15 @@
CLASS none/bws net/minecraft/client/texture/Texture
FIELD a glId I
FIELD b bilinear Z
FIELD c mipmap Z
FIELD d oldBilinear Z
FIELD e oldMipmap Z
METHOD a popFilter ()V
METHOD a setFilter (ZZ)V
ARG 0 bilinear
ARG 1 mipmap
METHOD b getGlId ()I
METHOD b pushFilter (ZZ)V
ARG 0 bilinear
ARG 1 mipmap
METHOD c clearGlId ()V