yarn/mappings/net/minecraft/util/math/Quaternion.mapping

32 lines
737 B
Plaintext
Raw Normal View History

2019-09-18 12:39:49 -04:00
CLASS net/minecraft/class_1158 net/minecraft/util/math/Quaternion
FIELD field_5656 components [F
METHOD <init> (FFFF)V
ARG 1 x
ARG 2 y
ARG 3 z
ARG 4 w
METHOD <init> (FFFZ)V
ARG 1 x
ARG 2 y
ARG 3 z
ARG 4 w
METHOD <init> (Lnet/minecraft/class_1158;)V
ARG 1 other
METHOD <init> (Lnet/minecraft/class_1160;FZ)V
ARG 1 axis
ARG 2 rotationAngle
2019-09-18 12:39:49 -04:00
ARG 3 degrees
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
METHOD method_16002 sin (F)F
ARG 0 value
METHOD method_16003 cos (F)F
ARG 0 value
METHOD method_4921 getX ()F
METHOD method_4922 getY ()F
METHOD method_4923 getZ ()F
METHOD method_4924 getW ()F
METHOD method_4925 copyFrom (Lnet/minecraft/class_1158;)V
ARG 1 other
METHOD method_4926 reverse ()V