Uses of Record Class
net.minecraft.world.item.crafting.SingleRecipeInput
Packages that use SingleRecipeInput
Package
Description
-
Uses of SingleRecipeInput in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory that return SingleRecipeInputModifier and TypeMethodDescriptionprivate static SingleRecipeInput
StonecutterMenu.createRecipeInput
(Container p_346312_) -
Uses of SingleRecipeInput in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting with parameters of type SingleRecipeInputModifier and TypeMethodDescriptionAbstractCookingRecipe.assemble
(SingleRecipeInput p_344838_, HolderLookup.Provider p_336115_) SingleItemRecipe.assemble
(SingleRecipeInput p_345857_, HolderLookup.Provider p_335463_) boolean
AbstractCookingRecipe.matches
(SingleRecipeInput p_344849_, Level p_345973_) boolean
StonecutterRecipe.matches
(SingleRecipeInput p_344927_, Level p_345392_) -
Uses of SingleRecipeInput in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type SingleRecipeInputModifier and TypeFieldDescriptionprivate final RecipeManager.CachedCheck
<SingleRecipeInput, ? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.quickCheck
private final RecipeManager.CachedCheck
<SingleRecipeInput, CampfireCookingRecipe> CampfireBlockEntity.quickCheck