Package net.minecraft.client.recipebook
Class ClientRecipeBook
java.lang.Object
net.minecraft.recipe.book.RecipeBook
net.minecraft.client.recipebook.ClientRecipeBook
- Mappings:
Namespace Name named net/minecraft/client/recipebook/ClientRecipeBook
intermediary net/minecraft/class_299
official feu
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Logger
private List
<RecipeResultCollection> private Map
<RecipeBookGroup, List<RecipeResultCollection>> Fields inherited from class net.minecraft.recipe.book.RecipeBook
recipes, toBeDisplayed
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static RecipeBookGroup
getGroupForRecipe
(RecipeEntry<?> recipe) getResultsForGroup
(RecipeBookGroup category) void
reload
(Iterable<RecipeEntry<?>> recipes, DynamicRegistryManager registryManager) private static Map
<RecipeBookGroup, List<List<RecipeEntry<?>>>> toGroupedMap
(Iterable<RecipeEntry<?>> recipes) Methods inherited from class net.minecraft.recipe.book.RecipeBook
add, add, contains, contains, copyFrom, display, display, getOptions, isFilteringCraftable, isFilteringCraftable, isGuiOpen, onRecipeDisplayed, remove, remove, setCategoryOptions, setFilteringCraftable, setGuiOpen, setOptions, shouldDisplay
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/client/recipebook/ClientRecipeBook;LOGGER:Lorg/slf4j/Logger;
intermediary field_25622
Lnet/minecraft/class_299;field_25622:Lorg/slf4j/Logger;
official c
Lfeu;c:Lorg/slf4j/Logger;
-
resultsByGroup
- Mappings:
Namespace Name Mixin selector named resultsByGroup
Lnet/minecraft/client/recipebook/ClientRecipeBook;resultsByGroup:Ljava/util/Map;
intermediary field_1638
Lnet/minecraft/class_299;field_1638:Ljava/util/Map;
official d
Lfeu;d:Ljava/util/Map;
-
orderedResults
- Mappings:
Namespace Name Mixin selector named orderedResults
Lnet/minecraft/client/recipebook/ClientRecipeBook;orderedResults:Ljava/util/List;
intermediary field_25778
Lnet/minecraft/class_299;field_25778:Ljava/util/List;
official e
Lfeu;e:Ljava/util/List;
-
-
Constructor Details
-
ClientRecipeBook
public ClientRecipeBook()
-
-
Method Details
-
reload
- Mappings:
Namespace Name Mixin selector named reload
Lnet/minecraft/client/recipebook/ClientRecipeBook;reload(Ljava/lang/Iterable;Lnet/minecraft/registry/DynamicRegistryManager;)V
intermediary method_1401
Lnet/minecraft/class_299;method_1401(Ljava/lang/Iterable;Lnet/minecraft/class_5455;)V
official a
Lfeu;a(Ljava/lang/Iterable;Ljw;)V
-
toGroupedMap
private static Map<RecipeBookGroup,List<List<RecipeEntry<?>>>> toGroupedMap(Iterable<RecipeEntry<?>> recipes) - Mappings:
Namespace Name Mixin selector named toGroupedMap
Lnet/minecraft/client/recipebook/ClientRecipeBook;toGroupedMap(Ljava/lang/Iterable;)Ljava/util/Map;
intermediary method_30283
Lnet/minecraft/class_299;method_30283(Ljava/lang/Iterable;)Ljava/util/Map;
official a
Lfeu;a(Ljava/lang/Iterable;)Ljava/util/Map;
-
getGroupForRecipe
- Mappings:
Namespace Name Mixin selector named getGroupForRecipe
Lnet/minecraft/client/recipebook/ClientRecipeBook;getGroupForRecipe(Lnet/minecraft/recipe/RecipeEntry;)Lnet/minecraft/client/recipebook/RecipeBookGroup;
intermediary method_1400
Lnet/minecraft/class_299;method_1400(Lnet/minecraft/class_8786;)Lnet/minecraft/class_314;
official g
Lfeu;g(Lcyz;)Lffp;
-
getOrderedResults
- Mappings:
Namespace Name Mixin selector named getOrderedResults
Lnet/minecraft/client/recipebook/ClientRecipeBook;getOrderedResults()Ljava/util/List;
intermediary method_1393
Lnet/minecraft/class_299;method_1393()Ljava/util/List;
official b
Lfeu;b()Ljava/util/List;
-
getResultsForGroup
- Mappings:
Namespace Name Mixin selector named getResultsForGroup
Lnet/minecraft/client/recipebook/ClientRecipeBook;getResultsForGroup(Lnet/minecraft/client/recipebook/RecipeBookGroup;)Ljava/util/List;
intermediary method_1396
Lnet/minecraft/class_299;method_1396(Lnet/minecraft/class_314;)Ljava/util/List;
official a
Lfeu;a(Lffp;)Ljava/util/List;
-