yarn/mappings/net/minecraft/client/render/model/ModelRotation.mapping

35 lines
781 B
Plaintext
Raw Normal View History

2019-02-27 13:17:22 -05:00
CLASS drr net/minecraft/client/render/model/ModelRotation
FIELD a X0_Y0 Ldrr;
FIELD b X0_Y90 Ldrr;
FIELD c X0_Y180 Ldrr;
FIELD d X0_Y270 Ldrr;
FIELD e X90_Y0 Ldrr;
FIELD f X90_Y90 Ldrr;
FIELD g X90_Y180 Ldrr;
FIELD h X90_Y270 Ldrr;
FIELD i X180_Y0 Ldrr;
FIELD j X180_Y90 Ldrr;
FIELD k X180_Y180 Ldrr;
FIELD l X180_Y270 Ldrr;
FIELD m X270_Y0 Ldrr;
FIELD n X270_Y90 Ldrr;
FIELD o X270_Y180 Ldrr;
FIELD p X270_Y270 Ldrr;
2018-10-26 08:29:07 -04:00
FIELD q BY_INDEX Ljava/util/Map;
FIELD r index I
2019-02-21 13:19:18 -05:00
FIELD s quaternion Lcpy;
2018-10-26 08:29:07 -04:00
FIELD t xRotations I
FIELD u yRotations I
METHOD <init> (Ljava/lang/String;III)V
ARG 3 x
ARG 4 y
2019-02-21 13:19:18 -05:00
METHOD a getQuaternion ()Lcpy;
2019-02-27 13:17:22 -05:00
METHOD a get (II)Ldrr;
2017-05-13 02:02:51 -04:00
ARG 0 x
ARG 1 y
2019-02-20 15:49:23 -05:00
METHOD a apply (Lex;)Lex;
ARG 1 direction
2016-08-24 13:54:06 -04:00
METHOD b getIndex (II)I
2017-05-13 02:02:51 -04:00
ARG 0 x
ARG 1 y