Uses of Record Class
net.minecraft.world.item.crafting.SingleRecipeInput
Packages that use SingleRecipeInput
-
Uses of SingleRecipeInput in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting with parameters of type SingleRecipeInputModifier and TypeMethodDescriptionSingleItemRecipe.assemble
(SingleRecipeInput p_345857_, HolderLookup.Provider p_335463_) boolean
SingleItemRecipe.matches
(SingleRecipeInput p_380041_, Level p_379522_) -
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
Methods in net.minecraft.world.level.block.entity with parameters of type SingleRecipeInputModifier and TypeMethodDescriptionprivate static boolean
AbstractFurnaceBlockEntity.burn
(RegistryAccess p_266740_, RecipeHolder<? extends AbstractCookingRecipe> p_300910_, SingleRecipeInput p_380269_, NonNullList<ItemStack> p_267073_, int p_267157_) private static boolean
AbstractFurnaceBlockEntity.canBurn
(RegistryAccess p_266924_, RecipeHolder<? extends AbstractCookingRecipe> p_301107_, SingleRecipeInput p_380038_, NonNullList<ItemStack> p_155007_, int p_155008_) Method parameters in net.minecraft.world.level.block.entity with type arguments of type SingleRecipeInputModifier and TypeMethodDescriptionstatic void
CampfireBlockEntity.cookTick
(ServerLevel p_380207_, BlockPos p_155308_, BlockState p_155309_, CampfireBlockEntity p_155310_, RecipeManager.CachedCheck<SingleRecipeInput, CampfireCookingRecipe> p_380193_)