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

16 lines
340 B
Plaintext

CLASS dir net/minecraft/client/texture/AbstractTexture
FIELD a glId I
FIELD b bilinear Z
FIELD c mipmap Z
FIELD d oldBilinear Z
FIELD e oldMipmap Z
METHOD a setFilter (ZZ)V
ARG 1 bilinear
ARG 2 mipmap
METHOD b popFilter ()V
METHOD b pushFilter (ZZ)V
ARG 1 bilinear
ARG 2 mipmap
METHOD c getGlId ()I
METHOD d clearGlId ()V