Make the net.minecraft.client.options and net.minecraft.client.gui.screen.options packages singular (#1921)

* Make the net.minecraft.client.options package singular

* Make the net.minecraft.client.gui.screen.options package singular
This commit is contained in:
haykam821 2020-12-22 15:45:08 -05:00 committed by GitHub
parent 5a954f6c42
commit 1498df0b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
32 changed files with 30 additions and 30 deletions

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4189 net/minecraft/client/gui/screen/options/AccessibilityOptionsScreen
CLASS net/minecraft/class_4189 net/minecraft/client/gui/screen/option/AccessibilityOptionsScreen
FIELD field_18730 OPTIONS [Lnet/minecraft/class_316;
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
ARG 1 parent

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_404 net/minecraft/client/gui/screen/options/ChatOptionsScreen
CLASS net/minecraft/class_404 net/minecraft/client/gui/screen/option/ChatOptionsScreen
FIELD field_2352 OPTIONS [Lnet/minecraft/class_316;
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
ARG 1 parent

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_459 net/minecraft/client/gui/screen/options/ControlsListWidget
CLASS net/minecraft/class_459 net/minecraft/client/gui/screen/option/ControlsListWidget
FIELD field_2733 maxKeyNameLength I
FIELD field_2735 parent Lnet/minecraft/class_458;
METHOD <init> (Lnet/minecraft/class_458;Lnet/minecraft/class_310;)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_458 net/minecraft/client/gui/screen/options/ControlsOptionsScreen
CLASS net/minecraft/class_458 net/minecraft/client/gui/screen/option/ControlsOptionsScreen
FIELD field_2723 time J
FIELD field_2725 resetButton Lnet/minecraft/class_4185;
FIELD field_2727 focusedBinding Lnet/minecraft/class_304;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4667 net/minecraft/client/gui/screen/options/GameOptionsScreen
CLASS net/minecraft/class_4667 net/minecraft/client/gui/screen/option/GameOptionsScreen
FIELD field_21335 parent Lnet/minecraft/class_437;
FIELD field_21336 gameOptions Lnet/minecraft/class_315;
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;Lnet/minecraft/class_2561;)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_426 net/minecraft/client/gui/screen/options/LanguageOptionsScreen
CLASS net/minecraft/class_426 net/minecraft/client/gui/screen/option/LanguageOptionsScreen
FIELD field_2486 languageSelectionList Lnet/minecraft/class_426$class_4195;
FIELD field_2488 languageManager Lnet/minecraft/class_1076;
FIELD field_26543 LANGUAGE_WARNING_TEXT Lnet/minecraft/class_2561;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4288 net/minecraft/client/gui/screen/options/MouseOptionsScreen
CLASS net/minecraft/class_4288 net/minecraft/client/gui/screen/option/MouseOptionsScreen
FIELD field_19246 buttonList Lnet/minecraft/class_353;
FIELD field_19247 OPTIONS [Lnet/minecraft/class_316;
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_5500 net/minecraft/client/gui/screen/options/NarratorOptionsScreen
CLASS net/minecraft/class_5500 net/minecraft/client/gui/screen/option/NarratorOptionsScreen
FIELD field_26679 options [Lnet/minecraft/class_316;
FIELD field_26680 narratorButton Lnet/minecraft/class_339;
FIELD field_26681 buttonList Lnet/minecraft/class_353;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_429 net/minecraft/client/gui/screen/options/OptionsScreen
CLASS net/minecraft/class_429 net/minecraft/client/gui/screen/option/OptionsScreen
FIELD field_2500 difficultyButton Lnet/minecraft/class_5676;
FIELD field_2501 parent Lnet/minecraft/class_437;
FIELD field_2502 settings Lnet/minecraft/class_315;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_440 net/minecraft/client/gui/screen/options/SkinOptionsScreen
CLASS net/minecraft/class_440 net/minecraft/client/gui/screen/option/SkinOptionsScreen
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
ARG 1 parent
ARG 2 gameOptions

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_443 net/minecraft/client/gui/screen/options/SoundOptionsScreen
CLASS net/minecraft/class_443 net/minecraft/client/gui/screen/option/SoundOptionsScreen
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
ARG 1 parent
ARG 2 options

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4060 net/minecraft/client/options/AoMode
CLASS net/minecraft/class_4060 net/minecraft/client/option/AoMode
FIELD field_18147 VALUES [Lnet/minecraft/class_4060;
FIELD field_18148 id I
FIELD field_18149 translationKey Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4061 net/minecraft/client/options/AttackIndicator
CLASS net/minecraft/class_4061 net/minecraft/client/option/AttackIndicator
FIELD field_18154 VALUES [Lnet/minecraft/class_4061;
FIELD field_18155 id I
FIELD field_18156 translationKey Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_1659 net/minecraft/client/options/ChatVisibility
CLASS net/minecraft/class_1659 net/minecraft/client/option/ChatVisibility
FIELD field_7534 VALUES [Lnet/minecraft/class_1659;
FIELD field_7535 id I
FIELD field_7540 translationKey Ljava/lang/String;

View File

@ -1,3 +1,3 @@
CLASS net/minecraft/class_4063 net/minecraft/client/options/CloudRenderMode
CLASS net/minecraft/class_4063 net/minecraft/client/option/CloudRenderMode
FIELD field_18167 translationKey Ljava/lang/String;
METHOD method_18498 getTranslationKey ()Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4064 net/minecraft/client/options/CyclingOption
CLASS net/minecraft/class_4064 net/minecraft/client/option/CyclingOption
FIELD field_18169 setter Lnet/minecraft/class_4064$class_5675;
FIELD field_27953 getter Ljava/util/function/Function;
METHOD <init> (Ljava/lang/String;Ljava/util/function/Function;Lnet/minecraft/class_4064$class_5675;Ljava/util/function/Supplier;)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4067 net/minecraft/client/options/DoubleOption
CLASS net/minecraft/class_4067 net/minecraft/client/option/DoubleOption
FIELD field_18204 step F
FIELD field_18205 min D
FIELD field_18206 max D

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_4454 net/minecraft/client/option/FullScreenOption

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_315 net/minecraft/client/options/GameOptions
CLASS net/minecraft/class_315 net/minecraft/client/option/GameOptions
FIELD field_1814 cloudRenderMode Lnet/minecraft/class_4063;
FIELD field_1815 hideServerAddress Z
FIELD field_1816 keySmoothCamera Lnet/minecraft/class_304;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_5365 net/minecraft/client/options/GraphicsMode
CLASS net/minecraft/class_5365 net/minecraft/client/option/GraphicsMode
FIELD field_25430 VALUES [Lnet/minecraft/class_5365;
FIELD field_25431 id I
FIELD field_25432 translationKey Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_302 net/minecraft/client/options/HotbarStorage
CLASS net/minecraft/class_302 net/minecraft/client/option/HotbarStorage
FIELD field_1644 entries [Lnet/minecraft/class_748;
FIELD field_1645 loaded Z
FIELD field_1646 file Ljava/io/File;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_748 net/minecraft/client/options/HotbarStorageEntry
CLASS net/minecraft/class_748 net/minecraft/client/option/HotbarStorageEntry
FIELD field_3948 delegate Lnet/minecraft/class_2371;
METHOD method_3152 fromListTag (Lnet/minecraft/class_2499;)V
METHOD method_3153 toListTag ()Lnet/minecraft/class_2499;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_304 net/minecraft/client/options/KeyBinding
CLASS net/minecraft/class_304 net/minecraft/client/option/KeyBinding
FIELD field_1652 keyCategories Ljava/util/Set;
FIELD field_1653 pressed Z
FIELD field_1654 defaultKey Lnet/minecraft/class_3675$class_306;

View File

@ -0,0 +1 @@
CLASS net/minecraft/class_4287 net/minecraft/client/option/LogarithmicOption

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4065 net/minecraft/client/options/NarratorMode
CLASS net/minecraft/class_4065 net/minecraft/client/option/NarratorMode
FIELD field_18180 VALUES [Lnet/minecraft/class_4065;
FIELD field_18181 id I
FIELD field_24212 name Lnet/minecraft/class_2561;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_316 net/minecraft/client/options/Option
CLASS net/minecraft/class_316 net/minecraft/client/option/Option
FIELD field_18184 ENTITY_SHADOWS Lnet/minecraft/class_4064;
FIELD field_18185 FORCE_UNICODE_FONT Lnet/minecraft/class_4064;
FIELD field_18186 REALMS_NOTIFICATIONS Lnet/minecraft/class_4064;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4066 net/minecraft/client/options/ParticlesMode
CLASS net/minecraft/class_4066 net/minecraft/client/option/ParticlesMode
FIELD field_18200 VALUES [Lnet/minecraft/class_4066;
FIELD field_18201 id I
FIELD field_18202 translationKey Ljava/lang/String;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_5498 net/minecraft/client/options/Perspective
CLASS net/minecraft/class_5498 net/minecraft/client/option/Perspective
FIELD field_26667 VALUES [Lnet/minecraft/class_5498;
FIELD field_26668 firstPerson Z
FIELD field_26669 frontView Z

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_641 net/minecraft/client/options/ServerList
CLASS net/minecraft/class_641 net/minecraft/client/option/ServerList
FIELD field_3749 servers Ljava/util/List;
FIELD field_3750 client Lnet/minecraft/class_310;
FIELD field_3751 LOGGER Lorg/apache/logging/log4j/Logger;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4666 net/minecraft/client/options/StickyKeyBinding
CLASS net/minecraft/class_4666 net/minecraft/client/option/StickyKeyBinding
FIELD field_21334 toggleGetter Ljava/util/function/BooleanSupplier;
METHOD <init> (Ljava/lang/String;ILjava/lang/String;Ljava/util/function/BooleanSupplier;)V
ARG 1 id

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_4454 net/minecraft/client/options/FullScreenOption

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_4287 net/minecraft/client/options/LogarithmicOption