Mapped Quarternion (#776)

This commit is contained in:
­Sollace 2019-07-16 20:20:59 +02:00 committed by Adrian Siekierka
parent 6ef446bf2f
commit 6608b69fa5
2 changed files with 31 additions and 4 deletions

View File

@ -1,4 +0,0 @@
CLASS net/minecraft/class_1158 net/minecraft/client/util/math/Quaternion
FIELD field_5656 components [F
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o

View File

@ -0,0 +1,31 @@
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 angle
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