Uses of Record Class
net.minecraft.world.item.crafting.SingleRecipeInput
Packages that use SingleRecipeInput
-
Uses of SingleRecipeInput in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting that implement interfaces with type arguments of type SingleRecipeInputMethods in net.minecraft.world.item.crafting with parameters of type SingleRecipeInputModifier and TypeMethodDescriptionSingleItemRecipe.assemble(SingleRecipeInput input) booleanSingleItemRecipe.matches(SingleRecipeInput input, Level level) -
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.quickCheckMethod 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 entity, RecipeManager.CachedCheck<SingleRecipeInput, CampfireCookingRecipe> recipeCache)