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

24 lines
659 B
Plaintext
Raw Normal View History

2019-04-12 10:38:24 -04:00
CLASS dlc net/minecraft/client/render/model/json/ModelElementTexture
CLASS dlc$a Deserializer
METHOD a (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Ldlc;
2018-12-22 16:26:25 -05:00
ARG 1 element
ARG 2 type
ARG 3 context
METHOD a deserializeRotation (Lcom/google/gson/JsonObject;)I
ARG 1 object
METHOD b deserializeUVs (Lcom/google/gson/JsonObject;)[F
ARG 1 object
2018-11-04 04:35:30 -05:00
FIELD a uvs [F
FIELD b rotation I
2018-12-22 16:26:25 -05:00
METHOD <init> ([FI)V
ARG 1 uvs
ARG 2 rotation
2018-11-04 04:35:30 -05:00
METHOD a getU (I)F
2018-12-22 16:26:25 -05:00
ARG 1 rotation
2018-11-04 04:35:30 -05:00
METHOD a setUvs ([F)V
2018-12-22 16:26:25 -05:00
ARG 1 uvs
2018-11-04 04:35:30 -05:00
METHOD b getV (I)F
2018-12-22 16:26:25 -05:00
ARG 1 rotation
METHOD d getRotatedUVIndex (I)I
ARG 1 rotation