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/ClientRecipeBookintermediary net/minecraft/class_299official ftp
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Set<NetworkRecipeId> private List<RecipeResultCollection> private final Map<NetworkRecipeId, RecipeDisplayEntry> private Map<RecipeBookGroup, List<RecipeResultCollection>> Fields inherited from class net.minecraft.recipe.book.RecipeBook
options - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidadd(RecipeDisplayEntry entry) voidclear()getResultsForCategory(RecipeBookGroup category) booleanisHighlighted(NetworkRecipeId recipeId) voidmarkHighlighted(NetworkRecipeId recipeId) voidrefresh()voidremove(NetworkRecipeId recipeId) private static Map<RecipeBookCategory, List<List<RecipeDisplayEntry>>> toGroupedMap(Iterable<RecipeDisplayEntry> recipes) voidunmarkHighlighted(NetworkRecipeId recipeId) Methods inherited from class net.minecraft.recipe.book.RecipeBook
getOptions, isFilteringCraftable, isGuiOpen, setCategoryOptions, setFilteringCraftable, setGuiOpen, setOptions 
- 
Field Details
- 
recipes
- Mappings:
 Namespace Name Mixin selector named recipesLnet/minecraft/client/recipebook/ClientRecipeBook;recipes:Ljava/util/Map;intermediary field_54810Lnet/minecraft/class_299;field_54810:Ljava/util/Map;official bLftp;b:Ljava/util/Map;
 - 
highlightedRecipes
- Mappings:
 Namespace Name Mixin selector named highlightedRecipesLnet/minecraft/client/recipebook/ClientRecipeBook;highlightedRecipes:Ljava/util/Set;intermediary field_54811Lnet/minecraft/class_299;field_54811:Ljava/util/Set;official cLftp;c:Ljava/util/Set;
 - 
resultsByCategory
- Mappings:
 Namespace Name Mixin selector named resultsByCategoryLnet/minecraft/client/recipebook/ClientRecipeBook;resultsByCategory:Ljava/util/Map;intermediary field_1638Lnet/minecraft/class_299;field_1638:Ljava/util/Map;official dLftp;d:Ljava/util/Map;
 - 
orderedResults
- Mappings:
 Namespace Name Mixin selector named orderedResultsLnet/minecraft/client/recipebook/ClientRecipeBook;orderedResults:Ljava/util/List;intermediary field_25778Lnet/minecraft/class_299;field_25778:Ljava/util/List;official eLftp;e:Ljava/util/List;
 
 - 
 - 
Constructor Details
- 
ClientRecipeBook
public ClientRecipeBook() 
 - 
 - 
Method Details
- 
add
- Mappings:
 Namespace Name Mixin selector named addLnet/minecraft/client/recipebook/ClientRecipeBook;add(Lnet/minecraft/recipe/RecipeDisplayEntry;)Vintermediary method_64849Lnet/minecraft/class_299;method_64849(Lnet/minecraft/class_10297;)Vofficial aLftp;a(Ldit;)V
 - 
remove
- Mappings:
 Namespace Name Mixin selector named removeLnet/minecraft/client/recipebook/ClientRecipeBook;remove(Lnet/minecraft/recipe/NetworkRecipeId;)Vintermediary method_64850Lnet/minecraft/class_299;method_64850(Lnet/minecraft/class_10298;)Vofficial aLftp;a(Ldiu;)V
 - 
clear
public void clear()- Mappings:
 Namespace Name Mixin selector named clearLnet/minecraft/client/recipebook/ClientRecipeBook;clear()Vintermediary method_65018Lnet/minecraft/class_299;method_65018()Vofficial bLftp;b()V
 - 
isHighlighted
- Mappings:
 Namespace Name Mixin selector named isHighlightedLnet/minecraft/client/recipebook/ClientRecipeBook;isHighlighted(Lnet/minecraft/recipe/NetworkRecipeId;)Zintermediary method_64855Lnet/minecraft/class_299;method_64855(Lnet/minecraft/class_10298;)Zofficial bLftp;b(Ldiu;)Z
 - 
unmarkHighlighted
- Mappings:
 Namespace Name Mixin selector named unmarkHighlightedLnet/minecraft/client/recipebook/ClientRecipeBook;unmarkHighlighted(Lnet/minecraft/recipe/NetworkRecipeId;)Vintermediary method_64856Lnet/minecraft/class_299;method_64856(Lnet/minecraft/class_10298;)Vofficial cLftp;c(Ldiu;)V
 - 
markHighlighted
- Mappings:
 Namespace Name Mixin selector named markHighlightedLnet/minecraft/client/recipebook/ClientRecipeBook;markHighlighted(Lnet/minecraft/recipe/NetworkRecipeId;)Vintermediary method_64857Lnet/minecraft/class_299;method_64857(Lnet/minecraft/class_10298;)Vofficial dLftp;d(Ldiu;)V
 - 
refresh
public void refresh()- Mappings:
 Namespace Name Mixin selector named refreshLnet/minecraft/client/recipebook/ClientRecipeBook;refresh()Vintermediary method_64853Lnet/minecraft/class_299;method_64853()Vofficial cLftp;c()V
 - 
toGroupedMap
private static Map<RecipeBookCategory,List<List<RecipeDisplayEntry>>> toGroupedMap(Iterable<RecipeDisplayEntry> recipes) - Mappings:
 Namespace Name Mixin selector named toGroupedMapLnet/minecraft/client/recipebook/ClientRecipeBook;toGroupedMap(Ljava/lang/Iterable;)Ljava/util/Map;intermediary method_30283Lnet/minecraft/class_299;method_30283(Ljava/lang/Iterable;)Ljava/util/Map;official aLftp;a(Ljava/lang/Iterable;)Ljava/util/Map;
 - 
getOrderedResults
- Mappings:
 Namespace Name Mixin selector named getOrderedResultsLnet/minecraft/client/recipebook/ClientRecipeBook;getOrderedResults()Ljava/util/List;intermediary method_1393Lnet/minecraft/class_299;method_1393()Ljava/util/List;official dLftp;d()Ljava/util/List;
 - 
getResultsForCategory
- Mappings:
 Namespace Name Mixin selector named getResultsForCategoryLnet/minecraft/client/recipebook/ClientRecipeBook;getResultsForCategory(Lnet/minecraft/recipe/book/RecipeBookGroup;)Ljava/util/List;intermediary method_1396Lnet/minecraft/class_299;method_1396(Lnet/minecraft/class_10287;)Ljava/util/List;official aLftp;a(Ldhe;)Ljava/util/List;
 
 -