client.util.math.Vector3f -> util.math.Vec3f (#1879)

* client.util.math.Vector3f -> util.math.Vec3f

* Vec to Vector

* Revert "Vec to Vector"

This reverts commit 844d3cb107.

* simple class docs

* better word
This commit is contained in:
YanisBft 2020-11-28 14:44:50 +01:00 committed by GitHub
parent 223b18672b
commit ce0c5cae51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
enigma_version=0.21.4+build.225
enigma_version=0.21.6+build.229
stitch_version=0.5.1+build.77

View File

@ -12,6 +12,7 @@ CLASS net/minecraft/class_4267 net/minecraft/client/gui/screen/multiplayer/Multi
FIELD field_26583 CANNOT_CONNECT_TEXT Lnet/minecraft/class_2561;
FIELD field_26586 NO_CONNECTION_TEXT Lnet/minecraft/class_2561;
FIELD field_26587 PINGING_TEXT Lnet/minecraft/class_2561;
FIELD field_26849 INCOMPATIBLE_TEXT Lnet/minecraft/class_2561;
METHOD <init> (Lnet/minecraft/class_500;Lnet/minecraft/class_310;IIIII)V
ARG 1 screen
ARG 2 client

View File

@ -1,4 +1,5 @@
CLASS net/minecraft/class_1844 net/minecraft/potion/PotionUtil
FIELD field_25817 NONE_TEXT Lnet/minecraft/class_2561;
METHOD method_8055 getColor (Ljava/util/Collection;)I
ARG 0 effects
METHOD method_8056 setCustomPotionEffects (Lnet/minecraft/class_1799;Ljava/util/Collection;)Lnet/minecraft/class_1799;

View File

@ -1,4 +1,5 @@
CLASS net/minecraft/class_241 net/minecraft/util/math/Vec2f
COMMENT An immutable vector composed of 2 floats.
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,5 @@
CLASS net/minecraft/class_243 net/minecraft/util/math/Vec3d
COMMENT An immutable vector composed of 3 doubles.
FIELD field_1350 z D
FIELD field_1351 y D
FIELD field_1352 x D

View File

@ -1,4 +1,5 @@
CLASS net/minecraft/class_1160 net/minecraft/client/util/math/Vector3f
CLASS net/minecraft/class_1160 net/minecraft/util/math/Vec3f
COMMENT A mutable vector composed of 3 floats.
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,5 @@
CLASS net/minecraft/class_2382 net/minecraft/util/math/Vec3i
COMMENT A publicly read-only but mutable vector composed of 3 integers.
FIELD field_11173 z I
FIELD field_11174 y I
FIELD field_11175 x I