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.allCollections
private Map
<ExtendedRecipeBookCategory, List<RecipeCollection>> ClientRecipeBook.collectionsByTab
Methods in net.minecraft.client that return types with arguments of type RecipeCollectionModifier and TypeMethodDescriptionClientRecipeBook.getCollection
(ExtendedRecipeBookCategory pCategory) 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 RecipeCollection
OverlayRecipeComponent.collection
private RecipeCollection
RecipeButton.collection
static final RecipeCollection
RecipeCollection.EMPTY
private RecipeCollection
RecipeBookPage.lastClickedRecipeCollection
private RecipeCollection
RecipeBookComponent.lastRecipeCollection
Fields 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 TypeMethodDescriptionvoid
OverlayRecipeComponent.init
(RecipeCollection pCollection, ContextMap pContextMap, boolean pIsFiltering, int pX, int pY, int pOverlayX, int pOverlayY, float pWidth) void
RecipeButton.init
(RecipeCollection pCollection, boolean pIsFiltering, RecipeBookPage pPage, ContextMap pContextMap) protected void
CraftingRecipeBookComponent.selectMatchingRecipes
(RecipeCollection pPossibleRecipes, StackedItemContents pStackedItemContents) protected void
FurnaceRecipeBookComponent.selectMatchingRecipes
(RecipeCollection pPossibleRecipes, StackedItemContents pStackedItemContents) protected abstract void
RecipeBookComponent.selectMatchingRecipes
(RecipeCollection pPossibleRecipes, StackedItemContents pStackedItemContents) private boolean
RecipeBookComponent.tryPlaceRecipe
(RecipeCollection pRecipeCollection, RecipeDisplayId pRecipe) Method parameters in net.minecraft.client.gui.screens.recipebook with type arguments of type RecipeCollectionModifier and TypeMethodDescriptionvoid
RecipeBookPage.updateCollections
(List<RecipeCollection> pRecipeCollections, boolean pResetPageNumber, boolean pIsFiltering) -
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.recipeSearch
Methods in net.minecraft.client.multiplayer that return types with arguments of type RecipeCollection