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

22 lines
742 B
Plaintext
Raw Normal View History

2019-04-12 10:38:24 -04:00
CLASS dla net/minecraft/client/render/model/json/ModelElementFace
CLASS dla$a Deserializer
METHOD a (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldla;
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-03-20 13:56:26 -04:00
METHOD c deserializeCullFace (Lcom/google/gson/JsonObject;)Lfa;
2018-12-22 16:26:25 -05:00
ARG 1 object
2019-03-20 13:56:26 -04:00
FIELD a cullFace Lfa;
FIELD b tintIndex I
FIELD c textureId Ljava/lang/String;
2019-04-12 10:38:24 -04:00
FIELD d textureData Ldlc;
METHOD <init> (Lfa;ILjava/lang/String;Ldlc;)V
2018-11-04 07:22:38 -05:00
ARG 1 cullFace
ARG 2 tintIndex
ARG 3 textureId
ARG 4 textureData