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 pInput, HolderLookup.Provider pRegistries) boolean
SingleItemRecipe.matches
(SingleRecipeInput pInput, Level pLevel) -
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 pRegistryAccess, RecipeHolder<? extends AbstractCookingRecipe> pRecipe, SingleRecipeInput pRecipeInput, NonNullList<ItemStack> pItems, int pMaxStackSize) private static boolean
AbstractFurnaceBlockEntity.canBurn
(RegistryAccess pRegistryAccess, RecipeHolder<? extends AbstractCookingRecipe> pRecipe, SingleRecipeInput pRecipeInput, NonNullList<ItemStack> pItems, int pMaxStackSize) Method parameters in net.minecraft.world.level.block.entity with type arguments of type SingleRecipeInputModifier and TypeMethodDescriptionstatic void
CampfireBlockEntity.cookTick
(ServerLevel pLevel, BlockPos pPos, BlockState pState, CampfireBlockEntity pCampfire, RecipeManager.CachedCheck<SingleRecipeInput, CampfireCookingRecipe> pCheck)