Fix box length methods not following conventions (#3657)

This commit is contained in:
YanisBft 2023-09-09 17:54:41 +02:00 committed by GitHub
parent ac3e82ddf5
commit b0581c6822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -90,9 +90,12 @@ CLASS net/minecraft/class_238 net/minecraft/util/math/Box
METHOD method_1014 expand (D)Lnet/minecraft/class_238;
COMMENT @see #contract(double)
ARG 1 value
METHOD method_17939 getXLength ()D
METHOD method_17940 getYLength ()D
METHOD method_17941 getZLength ()D
METHOD method_17939 getLengthX ()D
COMMENT {@return the length of this box on the X axis}
METHOD method_17940 getLengthY ()D
COMMENT {@return the length of this box on the Y axis}
METHOD method_17941 getLengthZ ()D
COMMENT {@return the length of this box on the Z axis}
METHOD method_18804 stretch (Lnet/minecraft/class_243;)Lnet/minecraft/class_238;
ARG 1 scale
METHOD method_19316 from (Lnet/minecraft/class_3341;)Lnet/minecraft/class_238;