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

34 lines
1.1 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;
2019-09-18 12:39:49 -04:00
METHOD <init> (FFF)V
ARG 1 x
ARG 2 y
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
2019-06-28 17:55:20 -04:00
METHOD method_16004 clampFloat (FFF)F
2019-09-18 12:39:49 -04:00
ARG 0 v
ARG 1 min
ARG 2 max
2019-10-09 13:17:26 -04:00
METHOD method_23214 getRotationQuaternion (F)Lnet/minecraft/class_1158;
METHOD method_23215 multiply (Lnet/minecraft/class_4581;)V
2019-06-28 17:55:20 -04:00
METHOD method_4942 scale (F)V
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
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
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
2019-06-28 17:55:20 -04:00
METHOD method_4949 set (FFF)V
METHOD method_4950 dot (Lnet/minecraft/class_1160;)F
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