Package net.minecraft.client.util
Class ClientRecipeBook
java.lang.Object
net.minecraft.item.crafting.RecipeBook
net.minecraft.client.util.ClientRecipeBook
-
Field Summary
Modifier and TypeFieldDescriptionprivate List<RecipeList>
private Map<RecipeBookCategories,
List<RecipeList>> private static final org.apache.logging.log4j.Logger
Fields inherited from class net.minecraft.item.crafting.RecipeBook
highlight, known
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static Map<RecipeBookCategories,
List<List<IRecipe<?>>>> categorizeAndGroupRecipes
(Iterable<IRecipe<?>> p_243201_0_) private static RecipeBookCategories
getCategory
(IRecipe<?> p_202887_0_) getCollection
(RecipeBookCategories p_202891_1_) void
setupCollections
(Iterable<IRecipe<?>> p_243196_1_) Methods inherited from class net.minecraft.item.crafting.RecipeBook
add, add, addHighlight, addHighlight, contains, contains, copyOverData, getBookSettings, isFiltering, isFiltering, isOpen, remove, remove, removeHighlight, setBookSetting, setBookSettings, setFiltering, setOpen, willHighlight
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
collectionsByTab
-
allCollections
-
-
Constructor Details
-
ClientRecipeBook
public ClientRecipeBook()
-
-
Method Details
-
setupCollections
-
categorizeAndGroupRecipes
-
getCategory
-
getCollections
-
getCollection
-