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

35 lines
777 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS duq net/minecraft/client/render/model/ModelRotation
FIELD a X0_Y0 Lduq;
FIELD b X0_Y90 Lduq;
FIELD c X0_Y180 Lduq;
FIELD d X0_Y270 Lduq;
FIELD e X90_Y0 Lduq;
FIELD f X90_Y90 Lduq;
FIELD g X90_Y180 Lduq;
FIELD h X90_Y270 Lduq;
FIELD i X180_Y0 Lduq;
FIELD j X180_Y90 Lduq;
FIELD k X180_Y180 Lduq;
FIELD l X180_Y270 Lduq;
FIELD m X270_Y0 Lduq;
FIELD n X270_Y90 Lduq;
FIELD o X270_Y180 Lduq;
FIELD p X270_Y270 Lduq;
2018-10-26 08:29:07 -04:00
FIELD q BY_INDEX Ljava/util/Map;
FIELD r index I
2019-03-14 08:57:09 -04:00
FIELD s quaternion La;
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-03-14 08:57:09 -04:00
METHOD a getQuaternion ()La;
2019-03-14 11:39:51 -04:00
METHOD a get (II)Lduq;
2017-05-13 02:02:51 -04:00
ARG 0 x
ARG 1 y
2019-03-14 08:57:09 -04:00
METHOD a apply (Lez;)Lez;
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