yarn/mappings/net/minecraft/client/render/model/BakedModelManager.mapping

12 lines
338 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS duu net/minecraft/client/render/model/BakedModelManager
2018-10-26 08:29:07 -04:00
FIELD a modelMap Ljava/util/Map;
2019-03-20 13:56:26 -04:00
FIELD b spriteAtlas Ldtb;
FIELD c blockStateMaps Ldjx;
FIELD d missingModel Lduq;
METHOD <init> (Ldtb;)V
ARG 1 spriteAtlas
2019-03-20 13:56:26 -04:00
METHOD a getMissingModel ()Lduq;
METHOD a getModel (Lduv;)Lduq;
ARG 1 id
2019-03-20 13:56:26 -04:00
METHOD b getBlockStateMaps ()Ldjx;