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

39 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-09-20 11:18:54 -04:00
CLASS none/bxd net/minecraft/client/texture/TextureSpriteAtlas
FIELD f MISSINGNO_LOC Lnone/kp;
FIELD g BLOCK_ATLAS_LOC Lnone/kp;
FIELD h LOGGER Lorg/apache/logging/log4j/Logger;
2016-09-19 04:08:43 -04:00
FIELD i animatedSprites Ljava/util/List;
FIELD j registeredSprites Ljava/util/Map;
FIELD k sprites Ljava/util/Map;
FIELD l prefix Ljava/lang/String;
2016-09-20 11:18:54 -04:00
FIELD m listener Lnone/bww;
FIELD n mipLevel I
2016-09-20 11:18:54 -04:00
FIELD o defaultSprite Lnone/bxe;
METHOD <init> (Ljava/lang/String;)V
ARG 0 prefix
2016-09-20 11:18:54 -04:00
METHOD <init> (Ljava/lang/String;Lnone/bww;)V
ARG 0 prefix
2016-09-19 04:08:43 -04:00
ARG 1 listener
METHOD a setMipLevel (I)V
ARG 0 value
2016-09-20 11:18:54 -04:00
METHOD a getSprite (Ljava/lang/String;)Lnone/bxe;
ARG 0 id
2016-09-20 11:18:54 -04:00
METHOD a getResourceLocation (Lnone/bxe;)Lnone/kp;
ARG 0 sprite
2016-09-20 11:18:54 -04:00
METHOD a load (Lnone/byd;)V
2016-09-19 04:08:43 -04:00
ARG 0 resourceContainer
2016-09-20 11:18:54 -04:00
METHOD a load (Lnone/byd;Lnone/bww;)V
2016-09-19 04:08:43 -04:00
ARG 0 resourceContainer
ARG 1 listener
2016-09-20 11:18:54 -04:00
METHOD a loadSprite (Lnone/byd;Lnone/bxe;)Z
2016-09-19 04:08:43 -04:00
ARG 0 container
ARG 1 sprite
2016-09-20 11:18:54 -04:00
METHOD a register (Lnone/kp;)Lnone/bxe;
ARG 0 id
2016-09-20 11:18:54 -04:00
METHOD b generateAtlas (Lnone/byd;)V
2016-09-19 04:08:43 -04:00
ARG 0 container
METHOD d updateAnimatedSprites ()V
METHOD e updateTexture ()V
2016-09-20 11:18:54 -04:00
METHOD f getDefaultSprite ()Lnone/bxe;
METHOD g initDefaultSprite ()V