-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 24w40a recipes * Map client stuff * Fix typo * Rename LoadingWidget * Repackage ModelTransformationMode
- Loading branch information
Showing
66 changed files
with
476 additions
and
27 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
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
8 changes: 8 additions & 0 deletions
8
mappings/net/minecraft/client/gui/screen/recipebook/AbstractCraftingRecipeBookWidget.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,13 @@ | ||
CLASS net/minecraft/class_9933 net/minecraft/client/gui/screen/recipebook/AbstractCraftingRecipeBookWidget | ||
FIELD field_52824 TEXTURES Lnet/minecraft/class_8666; | ||
FIELD field_52825 TOGGLE_CRAFTABLE_TEXT Lnet/minecraft/class_2561; | ||
FIELD field_54827 TABS Ljava/util/List; | ||
METHOD <init> (Lnet/minecraft/class_9884;)V | ||
ARG 1 screenHandler | ||
METHOD method_64869 (Ljava/util/List;Lnet/minecraft/class_9934;Lnet/minecraft/class_10302$class_10308;Lnet/minecraft/class_10302;III)V | ||
ARG 3 slot | ||
ARG 4 index | ||
ARG 5 x | ||
ARG 6 y | ||
METHOD method_64870 canDisplay (Lnet/minecraft/class_10295;)Z | ||
ARG 1 display |
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/gui/screen/recipebook/RecipeBookProvider.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,2 +1,4 @@ | ||
CLASS net/minecraft/class_518 net/minecraft/client/gui/screen/recipebook/RecipeBookProvider | ||
METHOD method_16891 refreshRecipeBook ()V | ||
METHOD method_64862 onCraftFailed (Lnet/minecraft/class_10295;)V | ||
ARG 1 display |
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
3 changes: 2 additions & 1 deletion
3
mappings/net/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget.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
14 changes: 14 additions & 0 deletions
14
mappings/net/minecraft/client/gui/screen/recipebook/RecipeResultCollection.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,9 +1,23 @@ | ||
CLASS net/minecraft/class_516 net/minecraft/client/gui/screen/recipebook/RecipeResultCollection | ||
FIELD field_3146 craftableRecipes Ljava/util/Set; | ||
FIELD field_3148 singleOutput Z | ||
FIELD field_54835 entries Ljava/util/List; | ||
FIELD field_54836 displayableRecipes Ljava/util/Set; | ||
METHOD <init> (Ljava/util/List;)V | ||
ARG 1 entries | ||
METHOD method_2650 getAllRecipes ()Ljava/util/List; | ||
METHOD method_2653 isCraftable (Lnet/minecraft/class_10298;)Z | ||
ARG 1 recipeId | ||
METHOD method_2655 hasCraftableRecipes ()Z | ||
METHOD method_2656 hasSingleOutput ()Z | ||
METHOD method_30295 shouldHaveSingleOutput (Ljava/util/List;)Z | ||
ARG 0 recipes | ||
METHOD method_64884 populateRecipes (Lnet/minecraft/class_9875;Ljava/util/function/Predicate;)V | ||
ARG 1 finder | ||
ARG 2 displayablePredicate | ||
METHOD method_64885 filter (Lnet/minecraft/class_516$class_9937;)Ljava/util/List; | ||
ARG 1 filterMode | ||
METHOD method_64886 hasDisplayableRecipes ()Z | ||
METHOD method_64887 (Lnet/minecraft/class_10298;)Z | ||
ARG 1 recipeId | ||
CLASS class_9937 RecipeFilterMode |
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: 1 addition & 1 deletion
2
...nt/realms/gui/RealmsLoadingWidget.mapping → ...t/client/gui/widget/LoadingWidget.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
Oops, something went wrong.