yarn/mappings/net/minecraft/client/util/math/Vector3f.mapping

61 lines
1.9 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_1160 net/minecraft/client/util/math/Vector3f
FIELD field_20702 NEGATIVE_X Lnet/minecraft/class_1160;
FIELD field_20703 POSITIVE_X Lnet/minecraft/class_1160;
FIELD field_20704 NEGATIVE_Y Lnet/minecraft/class_1160;
FIELD field_20705 POSITIVE_Y Lnet/minecraft/class_1160;
FIELD field_20706 NEGATIVE_Z Lnet/minecraft/class_1160;
FIELD field_20707 POSITIVE_Z Lnet/minecraft/class_1160;
FIELD field_21483 x F
FIELD field_21484 y F
FIELD field_21485 z F
2019-09-18 12:39:49 -04:00
METHOD <init> (FFF)V
ARG 1 x
ARG 2 y
ARG 3 z
METHOD <init> (Lnet/minecraft/class_243;)V
ARG 1 other
2019-09-18 12:39:49 -04:00
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
METHOD method_19262 rotate (Lnet/minecraft/class_1158;)V
ARG 1 rotation
METHOD method_23214 getDegreesQuaternion (F)Lnet/minecraft/class_1158;
ARG 1 angle
METHOD method_23215 transform (Lnet/minecraft/class_4581;)V
METHOD method_23626 getRadialQuaternion (F)Lnet/minecraft/class_1158;
ARG 1 angle
METHOD method_23846 add (Lnet/minecraft/class_1160;)V
ARG 1 vector
METHOD method_23847 multiplyComponentwise (Lnet/minecraft/class_1160;F)V
ARG 1 vector
ARG 2 ratio
METHOD method_23848 modify (Lit/unimi/dsi/fastutil/floats/Float2FloatFunction;)V
ARG 1 function
METHOD method_23849 piecewiseMultiply (FFF)V
ARG 1 x
ARG 2 y
ARG 3 z
METHOD method_23850 copy ()Lnet/minecraft/class_1160;
2019-06-28 17:55:20 -04:00
METHOD method_4942 scale (F)V
ARG 1 scale
2019-07-08 15:15:28 -04:00
METHOD method_4943 getX ()F
2019-06-28 17:55:20 -04:00
METHOD method_4944 subtract (Lnet/minecraft/class_1160;)V
ARG 1 other
2019-07-08 15:15:28 -04:00
METHOD method_4945 getY ()F
2019-06-28 17:55:20 -04:00
METHOD method_4946 clamp (FF)V
2019-09-18 12:39:49 -04:00
ARG 1 min
ARG 2 max
2019-07-08 15:15:28 -04:00
METHOD method_4947 getZ ()F
2019-06-28 17:55:20 -04:00
METHOD method_4948 add (FFF)V
2019-09-18 12:39:49 -04:00
ARG 1 x
ARG 2 y
ARG 3 z
2019-06-28 17:55:20 -04:00
METHOD method_4949 set (FFF)V
ARG 1 x
ARG 2 y
ARG 3 z
2019-06-28 17:55:20 -04:00
METHOD method_4950 dot (Lnet/minecraft/class_1160;)F
ARG 1 other
2019-06-28 17:55:20 -04:00
METHOD method_4951 cross (Lnet/minecraft/class_1160;)V
ARG 1 vector
2019-09-27 12:23:24 -04:00
METHOD method_4952 reciprocal ()Z