yarn/mappings/net/minecraft/client/render/item/ItemModels.mapping

15 lines
485 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS djf net/minecraft/client/render/item/ItemModels
2018-12-07 16:37:16 -05:00
FIELD a modelIds Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
FIELD b models Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
2019-03-14 11:39:51 -04:00
FIELD c modelManager Ldut;
METHOD a getModelManager ()Ldut;
METHOD a getModel (Lbam;)Ldup;
METHOD a putModel (Lbam;Lduu;)V
2018-12-07 16:37:16 -05:00
ARG 1 item
ARG 2 modelId
2019-03-14 11:39:51 -04:00
METHOD a getSprite (Lbar;)Ldtb;
METHOD a getSprite (Lbfw;)Ldtb;
2018-12-07 16:37:16 -05:00
METHOD b reloadModels ()V
2019-03-14 08:57:09 -04:00
METHOD b getModelId (Lbam;)I
2019-03-14 11:39:51 -04:00
METHOD b getModel (Lbar;)Ldup;