yarn/mappings/net/minecraft/client/render/model/json/ModelElementFace.mapping

22 lines
742 B
Plaintext
Raw Normal View History

2019-02-27 13:17:22 -05:00
CLASS dhf net/minecraft/client/render/model/json/ModelElementFace
CLASS dhf$a Deserializer
METHOD a (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldhf;
2018-12-22 16:26:25 -05:00
ARG 1 element
ARG 2 type
ARG 3 context
METHOD a deserializeTintIndex (Lcom/google/gson/JsonObject;)I
ARG 1 object
METHOD b deserializeTexture (Lcom/google/gson/JsonObject;)Ljava/lang/String;
ARG 1 object
2019-02-20 15:49:23 -05:00
METHOD c deserializeCullFace (Lcom/google/gson/JsonObject;)Lex;
2018-12-22 16:26:25 -05:00
ARG 1 object
2019-02-20 15:49:23 -05:00
FIELD a cullFace Lex;
FIELD b tintIndex I
FIELD c textureId Ljava/lang/String;
2019-02-27 13:17:22 -05:00
FIELD d textureData Ldhh;
METHOD <init> (Lex;ILjava/lang/String;Ldhh;)V
2018-11-04 07:22:38 -05:00
ARG 1 cullFace
ARG 2 tintIndex
ARG 3 textureId
ARG 4 textureData