yarn/mappings/net/minecraft/client/texture/Texture.mapping

16 lines
332 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS bwt net/minecraft/client/texture/Texture
2016-09-18 10:43:16 -04:00
FIELD a glId I
2016-09-19 20:25:24 -04:00
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
2016-09-18 10:43:16 -04:00
METHOD b getGlId ()I
2016-09-19 20:25:24 -04:00
METHOD b pushFilter (ZZ)V
ARG 0 bilinear
ARG 1 mipmap
2016-09-19 04:08:43 -04:00
METHOD c clearGlId ()V