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

54 lines
1.6 KiB
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS dls net/minecraft/client/render/model/json/ModelTransformation
CLASS dls$a Deserializer
METHOD a parseModelTransformation (Lcom/google/gson/JsonDeserializationContext;Lcom/google/gson/JsonObject;Ljava/lang/String;)Ldlr;
ARG 1 ctx
ARG 2 json
ARG 3 key
2019-04-18 17:01:39 -04:00
METHOD a (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldls;
ARG 1 element
ARG 2 type
ARG 3 context
2019-04-16 11:51:03 -04:00
METHOD deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ljava/lang/Object;
ARG 1 functionJson
ARG 2 unused
ARG 3 context
2019-04-18 17:01:39 -04:00
CLASS dls$b Type
FIELD a NONE Ldls;
FIELD b globalTranslationX F
FIELD c globalTranslationY F
FIELD d globalTranslationZ F
FIELD e globalRotationX F
FIELD f globalRotationY F
FIELD g globalRotationZ F
FIELD h globalScaleOffsetX F
FIELD i globalScaleOffsetY F
FIELD j globalScaleOffsetZ F
2019-04-18 17:01:39 -04:00
FIELD k thirdPersonLeftHand Ldlr;
FIELD l thirdPersonRightHand Ldlr;
FIELD m firstPersonLeftHand Ldlr;
FIELD n firstPersonRightHand Ldlr;
FIELD o head Ldlr;
FIELD p gui Ldlr;
FIELD q ground Ldlr;
FIELD r fixed Ldlr;
METHOD <init> (Ldlr;Ldlr;Ldlr;Ldlr;Ldlr;Ldlr;Ldlr;Ldlr;)V
ARG 1 thirdPersonLeftHand
ARG 2 thirdPersonRightHand
ARG 3 firstPersonLeftHand
ARG 4 firstPersonRightHand
ARG 5 head
ARG 6 gui
ARG 7 ground
ARG 8 fixed
2019-04-18 17:01:39 -04:00
METHOD <init> (Ldls;)V
ARG 1 other
2019-04-18 17:01:39 -04:00
METHOD a applyGl (Ldlr;Z)V
ARG 0 transform
ARG 1 leftyFlip
2019-04-18 17:01:39 -04:00
METHOD a applyGl (Ldls$b;)V
ARG 1 type
2019-04-18 17:01:39 -04:00
METHOD b getTransformation (Ldls$b;)Ldlr;
ARG 1 type
2019-04-18 17:01:39 -04:00
METHOD c isTransformationDefined (Ldls$b;)Z
ARG 1 type