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

15 lines
480 B
Plaintext
Raw Normal View History

2016-09-12 06:08:56 -04:00
CLASS none/bzp net/minecraft/client/render/model/BakedModelManager
2016-08-24 18:07:54 -04:00
FIELD a modelRegistry Lnone/dg;
2016-09-12 06:08:56 -04:00
FIELD b spriteMap Lnone/bxc;
FIELD c blockStateMaps Lnone/bpn;
FIELD d missingModel Lnone/bzl;
METHOD <init> (Lnone/bxc;)V
2016-08-24 18:07:54 -04:00
ARG 0 textures
2016-09-12 06:08:56 -04:00
METHOD a getMissingModel ()Lnone/bzl;
METHOD a onResourceReload (Lnone/byc;)V
2016-08-24 18:07:54 -04:00
ARG 0 container
2016-09-12 06:08:56 -04:00
METHOD a getModel (Lnone/bzq;)Lnone/bzl;
2016-09-11 06:46:28 -04:00
ARG 0 identifier
2016-09-12 06:08:56 -04:00
METHOD b getSpriteMap ()Lnone/bxc;
METHOD c getBlockStateMaps ()Lnone/bpn;