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

19 lines
401 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS dwb net/minecraft/client/render/model/ModelRotation
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-06-07 07:45:25 -04:00
METHOD a get (II)Ldwb;
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