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 fqb
-
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 bLfqb;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 cLfqb;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 dLfqb;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 eLfqb;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 aLfqb;a(Ldgi;)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 aLfqb;a(Ldgj;)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 bLfqb;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 bLfqb;b(Ldgj;)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 cLfqb;c(Ldgj;)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 dLfqb;d(Ldgj;)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 cLfqb;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 aLfqb;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 dLfqb;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 aLfqb;a(Ldet;)Ljava/util/List;
-