-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* More 24w18a stuff * Enchantment stuff * Apply suggestions from code review Co-authored-by: Shnupbups <[email protected]> --------- Co-authored-by: Shnupbups <[email protected]>
- Loading branch information
Showing
64 changed files
with
317 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/client/gui/screen/option/ChatOptionsScreen.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
CLASS net/minecraft/class_404 net/minecraft/client/gui/screen/option/ChatOptionsScreen | ||
FIELD field_49493 TITLE_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_51823 narratorButton Lnet/minecraft/class_339; | ||
METHOD <init> (Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V | ||
ARG 1 parent | ||
ARG 2 options | ||
METHOD method_60326 refreshNarratorOption ()V | ||
METHOD method_60327 getOptions (Lnet/minecraft/class_315;)[Lnet/minecraft/class_7172; | ||
ARG 0 gameOptions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/client/resource/language/LanguageManager.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
mappings/net/minecraft/client/search/SearchManager.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,48 @@ | ||
CLASS net/minecraft/class_1124 net/minecraft/client/search/SearchManager | ||
FIELD field_46200 RECIPE_OUTPUT Lnet/minecraft/class_1124$class_1125; | ||
FIELD field_51826 itemTooltipReloadFuture Ljava/util/concurrent/CompletableFuture; | ||
FIELD field_51827 itemTagReloadFuture Ljava/util/concurrent/CompletableFuture; | ||
FIELD field_51828 recipeOutputReloadFuture Ljava/util/concurrent/CompletableFuture; | ||
FIELD field_51829 reloaders Ljava/util/Map; | ||
FIELD field_5494 ITEM_TAG Lnet/minecraft/class_1124$class_1125; | ||
FIELD field_5495 ITEM_TOOLTIP Lnet/minecraft/class_1124$class_1125; | ||
METHOD method_60348 refresh ()V | ||
METHOD method_60349 (Lnet/minecraft/class_1792$class_9635;Lnet/minecraft/class_1836;Lnet/minecraft/class_1799;)Ljava/util/stream/Stream; | ||
ARG 2 stack | ||
METHOD method_60351 (Lnet/minecraft/class_1799;)Ljava/util/stream/Stream; | ||
ARG 0 stack | ||
METHOD method_60352 addRecipeOutputReloader (Lnet/minecraft/class_299;Lnet/minecraft/class_5455$class_6890;)V | ||
ARG 1 recipeBook | ||
ARG 2 registryManager | ||
METHOD method_60353 addReloader (Lnet/minecraft/class_1124$class_1125;Ljava/lang/Runnable;)V | ||
ARG 1 key | ||
ARG 2 reloader | ||
METHOD method_60354 (Ljava/lang/String;)Z | ||
ARG 0 string | ||
METHOD method_60355 addItemTagReloader (Ljava/util/List;)V | ||
ARG 1 stacks | ||
METHOD method_60356 collectItemTooltips (Ljava/util/stream/Stream;Lnet/minecraft/class_1792$class_9635;Lnet/minecraft/class_1836;)Ljava/util/stream/Stream; | ||
ARG 0 stacks | ||
ARG 1 context | ||
ARG 2 type | ||
METHOD method_60357 addItemTooltipReloader (Lnet/minecraft/class_7225$class_7874;Ljava/util/List;)V | ||
ARG 1 registryLookup | ||
ARG 2 stacks | ||
METHOD method_60358 (Lnet/minecraft/class_2378;Lnet/minecraft/class_5455$class_6890;Lnet/minecraft/class_8786;)Lnet/minecraft/class_2960; | ||
ARG 2 recipe | ||
METHOD method_60359 (Lnet/minecraft/class_2378;Lnet/minecraft/class_5455$class_6890;Lnet/minecraft/class_516;)Ljava/util/stream/Stream; | ||
ARG 2 resultCollection | ||
METHOD method_60360 (Lnet/minecraft/class_5455$class_6890;Lnet/minecraft/class_1792$class_9635;Lnet/minecraft/class_1836;Lnet/minecraft/class_516;)Ljava/util/stream/Stream; | ||
ARG 3 resultCollection | ||
METHOD method_60362 (Lnet/minecraft/class_5455$class_6890;Lnet/minecraft/class_8786;)Lnet/minecraft/class_1799; | ||
ARG 1 recipe | ||
METHOD method_60363 (Lnet/minecraft/class_2561;)Ljava/lang/String; | ||
ARG 0 tooltip | ||
METHOD method_60364 getRecipeOutputReloadFuture ()Lnet/minecraft/class_1129; | ||
METHOD method_60365 (Lnet/minecraft/class_1792$class_9635;Lnet/minecraft/class_1836;Lnet/minecraft/class_1799;)Ljava/util/stream/Stream; | ||
ARG 2 stack | ||
METHOD method_60366 (Lnet/minecraft/class_1799;)Ljava/util/stream/Stream; | ||
ARG 0 stack | ||
METHOD method_60370 getItemTagReloadFuture ()Lnet/minecraft/class_1129; | ||
METHOD method_60372 getItemTooltipReloadFuture ()Lnet/minecraft/class_1129; | ||
CLASS class_1125 Key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.