Skip to content

Commit

Permalink
Fix box length methods not following conventions (#3657)
Browse files Browse the repository at this point in the history
  • Loading branch information
YanisBft authored Sep 9, 2023
1 parent ac3e82d commit b0581c6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions mappings/net/minecraft/util/math/Box.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b0581c6

Please sign in to comment.