Uses of Class
net.minecraft.client.gui.recipebook.RecipeList
Packages that use RecipeList
-
Uses of RecipeList in net.minecraft.client.gui.recipebook
Fields in net.minecraft.client.gui.recipebook declared as RecipeListModifier and TypeFieldDescriptionprivate RecipeList
RecipeOverlayGui.collection
private RecipeList
RecipeWidget.collection
private RecipeList
RecipeBookPage.lastClickedRecipeCollection
Fields in net.minecraft.client.gui.recipebook with type parameters of type RecipeListMethods in net.minecraft.client.gui.recipebook that return RecipeListModifier and TypeMethodDescriptionRecipeWidget.getCollection()
RecipeBookPage.getLastClickedRecipeCollection()
RecipeOverlayGui.getRecipeCollection()
Methods in net.minecraft.client.gui.recipebook with parameters of type RecipeListModifier and TypeMethodDescriptionvoid
RecipeOverlayGui.init
(Minecraft p_201703_1_, RecipeList p_201703_2_, int p_201703_3_, int p_201703_4_, int p_201703_5_, int p_201703_6_, float p_201703_7_) void
RecipeWidget.init
(RecipeList p_203400_1_, RecipeBookPage p_203400_2_) Method parameters in net.minecraft.client.gui.recipebook with type arguments of type RecipeListModifier and TypeMethodDescriptionvoid
RecipeBookPage.updateCollections
(List<RecipeList> p_194192_1_, boolean p_194192_2_) -
Uses of RecipeList in net.minecraft.client.util
Fields in net.minecraft.client.util with type parameters of type RecipeListModifier and TypeFieldDescriptionprivate List<RecipeList>
ClientRecipeBook.allCollections
private Map<RecipeBookCategories,
List<RecipeList>> ClientRecipeBook.collectionsByTab
static final SearchTreeManager.Key<RecipeList>
SearchTreeManager.RECIPE_COLLECTIONS
Methods in net.minecraft.client.util that return types with arguments of type RecipeListModifier and TypeMethodDescriptionClientRecipeBook.getCollection
(RecipeBookCategories p_202891_1_) ClientRecipeBook.getCollections()