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

18 lines
589 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS dpc net/minecraft/client/texture/SpriteAtlasTexture
2019-01-24 11:47:45 -05:00
FIELD f BLOCK_ATLAS_TEX Lqd;
2019-02-06 15:22:24 -05:00
FIELD h LOGGER Lorg/apache/logging/log4j/Logger;
FIELD i animatedSprites Ljava/util/List;
FIELD j spritesToLoad Ljava/util/Set;
FIELD k sprites Ljava/util/Map;
FIELD l pathPrefix Ljava/lang/String;
FIELD n mipLevel I
FIELD o missingSprite Ldpd;
2018-11-30 09:27:03 -05:00
METHOD a updateAnimatedSprites ()V
METHOD a setMipLevel (I)V
2019-02-06 15:22:24 -05:00
METHOD a getSprite (Ljava/lang/String;)Ldpd;
METHOD a getSprite (Lqd;)Ldpd;
METHOD a loadSprite (Lwr;Ldpd;)Z
2018-11-30 09:27:03 -05:00
ARG 1 container
2019-01-24 11:47:45 -05:00
METHOD b getTexturePath (Lqd;)Lqd;
2018-11-30 09:27:03 -05:00
METHOD g clear ()V