Vec to Vector

This commit is contained in:
Yanis48 2020-11-17 10:08:27 +01:00
parent d496e484d2
commit 844d3cb107
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_241 net/minecraft/util/math/Vec2f
CLASS net/minecraft/class_241 net/minecraft/util/math/Vector2f
FIELD field_1335 SOUTH_EAST_UNIT Lnet/minecraft/class_241;
FIELD field_1336 SOUTH_UNIT Lnet/minecraft/class_241;
FIELD field_1337 MAX_SOUTH_EAST Lnet/minecraft/class_241;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_243 net/minecraft/util/math/Vec3d
CLASS net/minecraft/class_243 net/minecraft/util/math/Vector3d
FIELD field_1350 z D
FIELD field_1351 y D
FIELD field_1352 x D

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_1160 net/minecraft/util/math/Vec3f
CLASS net/minecraft/class_1160 net/minecraft/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;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_2382 net/minecraft/util/math/Vec3i
CLASS net/minecraft/class_2382 net/minecraft/util/math/Vector3i
FIELD field_11173 z I
FIELD field_11174 y I
FIELD field_11175 x I