Fix #2652 broken return tags (#2656)

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
This commit is contained in:
liach 2021-09-02 06:35:31 -05:00 committed by GitHub
parent 80a35594f5
commit ff3f628029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ CLASS net/minecraft/class_3532 net/minecraft/util/math/MathHelper
METHOD method_15394 randomUuid ()Ljava/util/UUID;
METHOD method_15395 nextInt (Ljava/util/Random;II)I
COMMENT {@return a random, uniformly distributed integer value in {@code
COMMENT [min, max]} If the range is empty (i.e. {@code max < min}), it
COMMENT [min, max]}} If the range is empty (i.e. {@code max < min}), it
COMMENT returns {@code min}.
ARG 0 random
ARG 1 min
@ -268,7 +268,7 @@ CLASS net/minecraft/class_3532 net/minecraft/util/math/MathHelper
ARG 2 max
METHOD method_32751 nextBetween (Ljava/util/Random;II)I
COMMENT {@return a random, uniformly distributed integer value in {@code
COMMENT [min, max]}
COMMENT [min, max]}}
COMMENT
COMMENT @throws IllegalArgumentException if the range is empty (i.e. {@code
COMMENT max < min})