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_) booleanSingleItemRecipe.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.quickCheckMethods in net.minecraft.world.level.block.entity with parameters of type SingleRecipeInputModifier and TypeMethodDescriptionprivate static booleanAbstractFurnaceBlockEntity.burn(RegistryAccess registryAccess, RecipeHolder<? extends AbstractCookingRecipe> recipe, SingleRecipeInput recipeInput, NonNullList<ItemStack> items, int maxStackSize) private static booleanAbstractFurnaceBlockEntity.canBurn(RegistryAccess registryAccess, RecipeHolder<? extends AbstractCookingRecipe> recipe, SingleRecipeInput recipeInput, NonNullList<ItemStack> items, int maxStackSize) Method parameters in net.minecraft.world.level.block.entity with type arguments of type SingleRecipeInputModifier and TypeMethodDescriptionstatic voidCampfireBlockEntity.cookTick(ServerLevel level, BlockPos pos, BlockState state, CampfireBlockEntity campfire, RecipeManager.CachedCheck<SingleRecipeInput, CampfireCookingRecipe> check)