forked from darkevilmac/pomf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb9249b
commit b9bc85d
Showing
2 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |