Uses of Class
net.minecraft.client.gui.screens.recipebook.RecipeCollection
Packages that use RecipeCollection
Package
Description
-
Uses of RecipeCollection in net.minecraft.client
Fields in net.minecraft.client with type parameters of type RecipeCollectionModifier and TypeFieldDescriptionprivate List<RecipeCollection> ClientRecipeBook.allCollectionsprivate Map<ExtendedRecipeBookCategory, List<RecipeCollection>> ClientRecipeBook.collectionsByTabMethods in net.minecraft.client that return types with arguments of type RecipeCollectionModifier and TypeMethodDescriptionClientRecipeBook.getCollection(ExtendedRecipeBookCategory category) ClientRecipeBook.getCollections() -
Uses of RecipeCollection in net.minecraft.client.gui.screens.recipebook
Fields in net.minecraft.client.gui.screens.recipebook declared as RecipeCollectionModifier and TypeFieldDescriptionprivate RecipeCollectionOverlayRecipeComponent.collectionprivate RecipeCollectionRecipeButton.collectionstatic final RecipeCollectionRecipeCollection.EMPTYprivate RecipeCollectionRecipeBookPage.lastClickedRecipeCollectionprivate RecipeCollectionRecipeBookComponent.lastRecipeCollectionFields in net.minecraft.client.gui.screens.recipebook with type parameters of type RecipeCollectionMethods in net.minecraft.client.gui.screens.recipebook that return RecipeCollectionModifier and TypeMethodDescriptionRecipeButton.getCollection()RecipeBookPage.getLastClickedRecipeCollection()OverlayRecipeComponent.getRecipeCollection()Methods in net.minecraft.client.gui.screens.recipebook with parameters of type RecipeCollectionModifier and TypeMethodDescriptionvoidOverlayRecipeComponent.init(RecipeCollection collection, ContextMap contextMap, boolean isFiltering, int x, int y, int overlayX, int overlayY, float width) voidRecipeButton.init(RecipeCollection collection, boolean isFiltering, RecipeBookPage page, ContextMap contextMap) protected voidCraftingRecipeBookComponent.selectMatchingRecipes(RecipeCollection p_363827_, StackedItemContents p_362085_) protected voidFurnaceRecipeBookComponent.selectMatchingRecipes(RecipeCollection p_361156_, StackedItemContents p_362080_) protected abstract voidRecipeBookComponent.selectMatchingRecipes(RecipeCollection possibleRecipes, StackedItemContents stackedItemContents) private booleanRecipeBookComponent.tryPlaceRecipe(RecipeCollection recipeCollection, RecipeDisplayId recipe) Method parameters in net.minecraft.client.gui.screens.recipebook with type arguments of type RecipeCollectionModifier and TypeMethodDescriptionvoidRecipeBookPage.updateCollections(List<RecipeCollection> recipeCollections, boolean resetPageNumber, boolean isFiltering) -
Uses of RecipeCollection in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type RecipeCollectionModifier and TypeFieldDescriptionprivate CompletableFuture<SearchTree<RecipeCollection>> SessionSearchTrees.recipeSearchMethods in net.minecraft.client.multiplayer that return types with arguments of type RecipeCollection