Add Vec3i constructor params (#806)

This commit is contained in:
Mitchell Skaggs 2019-08-03 05:10:03 -05:00 committed by Gegy
parent 4243e9813b
commit 5d2b212bb3
1 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,14 @@ CLASS net/minecraft/class_2382 net/minecraft/util/math/Vec3i
FIELD field_11174 y I
FIELD field_11175 x I
FIELD field_11176 ZERO Lnet/minecraft/class_2382;
METHOD <init> (DDD)V
ARG 1 x
ARG 3 y
ARG 5 z
METHOD <init> (III)V
ARG 1 x
ARG 2 y
ARG 3 z
METHOD method_10259 crossProduct (Lnet/minecraft/class_2382;)Lnet/minecraft/class_2382;
ARG 1 vec
METHOD method_10260 getZ ()I