Uses of Class
net.minecraft.class_9875
Packages that use class_9875
Package
Description
The base package for all Minecraft classes.
-
Uses of class_9875 in net.minecraft
Methods in net.minecraft with parameters of type class_9875Modifier and TypeMethodDescriptionprotected voidclass_9933.method_62024(RecipeResultCollection recipeResultCollection, class_9875 class_9875, RecipeBook recipeBook) voidclass_9884.populateRecipeFinder(class_9875 finder) -
Uses of class_9875 in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type class_9875Modifier and TypeMethodDescriptionvoidAbstractFurnaceBlockEntity.provideRecipeInputs(class_9875 finder) voidCrafterBlockEntity.provideRecipeInputs(class_9875 finder) -
Uses of class_9875 in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as class_9875Methods in net.minecraft.client.gui.screen.recipebook with parameters of type class_9875Modifier and TypeMethodDescriptionprotected voidAbstractFurnaceRecipeBookScreen.method_62024(RecipeResultCollection recipeResultCollection, class_9875 class_9875, RecipeBook recipeBook) protected abstract voidRecipeBookWidget.method_62024(RecipeResultCollection recipeResultCollection, class_9875 class_9875, RecipeBook recipeBook) voidRecipeResultCollection.method_62049(class_9875 class_9875, int int2, int int3, RecipeBook recipeBook) -
Uses of class_9875 in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type class_9875 -
Uses of class_9875 in net.minecraft.inventory
Methods in net.minecraft.inventory with parameters of type class_9875Modifier and TypeMethodDescriptionvoidCraftingInventory.provideRecipeInputs(class_9875 finder) voidSimpleInventory.provideRecipeInputs(class_9875 finder) -
Uses of class_9875 in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type class_9875Modifier and TypeMethodDescriptionInputSlotFiller.method_61233(RecipeEntry<R> recipeEntry, class_9875 class_9875) private voidInputSlotFiller.method_61235(RecipeEntry<R> recipeEntry, class_9875 class_9875) voidInputSlotFiller.class_9840.method_61237(class_9875 class_9875) voidRecipeInputProvider.provideRecipeInputs(class_9875 finder) -
Uses of class_9875 in net.minecraft.recipe.input
Fields in net.minecraft.recipe.input declared as class_9875Methods in net.minecraft.recipe.input that return class_9875 -
Uses of class_9875 in net.minecraft.screen
Methods in net.minecraft.screen with parameters of type class_9875Modifier and TypeMethodDescriptionvoidAbstractFurnaceScreenHandler.populateRecipeFinder(class_9875 finder) abstract voidAbstractRecipeScreenHandler.populateRecipeFinder(class_9875 finder)