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

19 lines
446 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_1161 net/minecraft/client/util/math/Vector3d
2019-06-28 17:55:20 -04:00
FIELD field_5659 z D
FIELD field_5660 y D
FIELD field_5661 x D
METHOD <init> (DDD)V
ARG 1 x
ARG 3 y
ARG 5 z
METHOD method_35873 multiply (D)V
ARG 1 amount
METHOD method_35874 set (DDD)V
ARG 1 x
ARG 3 y
ARG 5 z
METHOD method_35875 copy (Lnet/minecraft/class_1161;)V
ARG 1 vector3d
METHOD method_35876 add (Lnet/minecraft/class_1161;)V
ARG 1 vector3d