Fix javadoc error caused by ScreenTexts repackaging (#3176)

This commit is contained in:
apple502j 2022-05-21 04:24:50 +09:00 committed by GitHub
parent 47b246db87
commit 1c7ce2d51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -57,15 +57,15 @@ CLASS net/minecraft/class_5676 net/minecraft/client/gui/widget/CyclingButtonWidg
METHOD method_32613 onOffBuilder (Z)Lnet/minecraft/class_5676$class_5677;
COMMENT Creates a builder for a cycling button widget that only has {@linkplain Boolean#TRUE}
COMMENT and {@linkplain Boolean#FALSE} values. It displays
COMMENT {@link net.minecraft.client.gui.screen.ScreenTexts#ON} for {@code true} and
COMMENT {@link net.minecraft.client.gui.screen.ScreenTexts#OFF} for {@code false}.
COMMENT {@link net.minecraft.screen.ScreenTexts#ON} for {@code true} and
COMMENT {@link net.minecraft.screen.ScreenTexts#OFF} for {@code false}.
COMMENT Its current initial value is set to {@code initialValue}.
ARG 0 initialValue
METHOD method_32614 onOffBuilder ()Lnet/minecraft/class_5676$class_5677;
COMMENT Creates a builder for a cycling button widget that only has {@linkplain Boolean#TRUE}
COMMENT and {@linkplain Boolean#FALSE} values. It displays
COMMENT {@link net.minecraft.client.gui.screen.ScreenTexts#ON} for {@code true} and
COMMENT {@link net.minecraft.client.gui.screen.ScreenTexts#OFF} for {@code false}.
COMMENT {@link net.minecraft.screen.ScreenTexts#ON} for {@code true} and
COMMENT {@link net.minecraft.screen.ScreenTexts#OFF} for {@code false}.
COMMENT Its current initial value is {@code true}.
METHOD method_37026 composeText (Ljava/lang/Object;)Lnet/minecraft/class_2561;
ARG 1 value