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

35 lines
777 B
Plaintext
Raw Normal View History

2019-04-12 10:38:24 -04:00
CLASS dvo net/minecraft/client/render/model/ModelRotation
FIELD a X0_Y0 Ldvo;
FIELD b X0_Y90 Ldvo;
FIELD c X0_Y180 Ldvo;
FIELD d X0_Y270 Ldvo;
FIELD e X90_Y0 Ldvo;
FIELD f X90_Y90 Ldvo;
FIELD g X90_Y180 Ldvo;
FIELD h X90_Y270 Ldvo;
FIELD i X180_Y0 Ldvo;
FIELD j X180_Y90 Ldvo;
FIELD k X180_Y180 Ldvo;
FIELD l X180_Y270 Ldvo;
FIELD m X270_Y0 Ldvo;
FIELD n X270_Y90 Ldvo;
FIELD o X270_Y180 Ldvo;
FIELD p X270_Y270 Ldvo;
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-04-12 10:38:24 -04:00
METHOD a get (II)Ldvo;
2017-05-13 02:02:51 -04:00
ARG 0 x
ARG 1 y
2019-03-20 13:56:26 -04:00
METHOD a apply (Lfa;)Lfa;
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