Package net.minecraft.client.recipebook
Class ClientRecipeBook
java.lang.Object
net.minecraft.recipe.book.RecipeBook
net.minecraft.client.recipebook.ClientRecipeBook
- Mappings:
 Namespace Name official enbintermediary net/minecraft/class_299named net/minecraft/client/recipebook/ClientRecipeBook
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Loggerprivate List<RecipeResultCollection>private Map<RecipeBookGroup,List<RecipeResultCollection>> Fields inherited from class net.minecraft.recipe.book.RecipeBook
recipes, toBeDisplayed - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static RecipeBookGroupgetGroupForRecipe(Recipe<?> recipe) getResultsForGroup(RecipeBookGroup category) voidreload(Iterable<Recipe<?>> recipes, DynamicRegistryManager registryManager) private static Map<RecipeBookGroup,List<List<Recipe<?>>>> toGroupedMap(Iterable<Recipe<?>> 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 official cLenb;c:Lorg/slf4j/Logger;intermediary field_25622Lnet/minecraft/class_299;field_25622:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/client/recipebook/ClientRecipeBook;LOGGER:Lorg/slf4j/Logger;
 - 
resultsByGroup
- Mappings:
 Namespace Name Mixin selector official dLenb;d:Ljava/util/Map;intermediary field_1638Lnet/minecraft/class_299;field_1638:Ljava/util/Map;named resultsByGroupLnet/minecraft/client/recipebook/ClientRecipeBook;resultsByGroup:Ljava/util/Map;
 - 
orderedResults
- Mappings:
 Namespace Name Mixin selector official eLenb;e:Ljava/util/List;intermediary field_25778Lnet/minecraft/class_299;field_25778:Ljava/util/List;named orderedResultsLnet/minecraft/client/recipebook/ClientRecipeBook;orderedResults:Ljava/util/List;
 
 - 
 - 
Constructor Details
- 
ClientRecipeBook
public ClientRecipeBook() 
 - 
 - 
Method Details
- 
reload
- Mappings:
 Namespace Name Mixin selector official aLenb;a(Ljava/lang/Iterable;Lhs;)Vintermediary method_1401Lnet/minecraft/class_299;method_1401(Ljava/lang/Iterable;Lnet/minecraft/class_5455;)Vnamed reloadLnet/minecraft/client/recipebook/ClientRecipeBook;reload(Ljava/lang/Iterable;Lnet/minecraft/registry/DynamicRegistryManager;)V
 - 
toGroupedMap
- Mappings:
 Namespace Name Mixin selector official aLenb;a(Ljava/lang/Iterable;)Ljava/util/Map;intermediary method_30283Lnet/minecraft/class_299;method_30283(Ljava/lang/Iterable;)Ljava/util/Map;named toGroupedMapLnet/minecraft/client/recipebook/ClientRecipeBook;toGroupedMap(Ljava/lang/Iterable;)Ljava/util/Map;
 - 
getGroupForRecipe
- Mappings:
 Namespace Name Mixin selector official gLenb;g(Lcjc;)Lenw;intermediary method_1400Lnet/minecraft/class_299;method_1400(Lnet/minecraft/class_1860;)Lnet/minecraft/class_314;named getGroupForRecipeLnet/minecraft/client/recipebook/ClientRecipeBook;getGroupForRecipe(Lnet/minecraft/recipe/Recipe;)Lnet/minecraft/client/recipebook/RecipeBookGroup;
 - 
getOrderedResults
- Mappings:
 Namespace Name Mixin selector official bLenb;b()Ljava/util/List;intermediary method_1393Lnet/minecraft/class_299;method_1393()Ljava/util/List;named getOrderedResultsLnet/minecraft/client/recipebook/ClientRecipeBook;getOrderedResults()Ljava/util/List;
 - 
getResultsForGroup
- Mappings:
 Namespace Name Mixin selector official aLenb;a(Lenw;)Ljava/util/List;intermediary method_1396Lnet/minecraft/class_299;method_1396(Lnet/minecraft/class_314;)Ljava/util/List;named getResultsForGroupLnet/minecraft/client/recipebook/ClientRecipeBook;getResultsForGroup(Lnet/minecraft/client/recipebook/RecipeBookGroup;)Ljava/util/List;
 
 -