Uses of Record Class
net.minecraft.recipe.input.SingleStackRecipeInput
Packages that use SingleStackRecipeInput
-
Uses of SingleStackRecipeInput in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type SingleStackRecipeInputModifier and TypeFieldDescriptionprivate final ServerRecipeManager.MatchGetter<SingleStackRecipeInput, ? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.matchGetterMethods in net.minecraft.block.entity with parameters of type SingleStackRecipeInputModifier and TypeMethodDescriptionprivate static booleanAbstractFurnaceBlockEntity.canAcceptRecipeOutput(DynamicRegistryManager dynamicRegistryManager, @Nullable RecipeEntry<? extends AbstractCookingRecipe> recipe, SingleStackRecipeInput input, DefaultedList<ItemStack> inventory, int maxCount) private static booleanAbstractFurnaceBlockEntity.craftRecipe(DynamicRegistryManager dynamicRegistryManager, @Nullable RecipeEntry<? extends AbstractCookingRecipe> recipe, SingleStackRecipeInput input, DefaultedList<ItemStack> inventory, int maxCount) Method parameters in net.minecraft.block.entity with type arguments of type SingleStackRecipeInputModifier and TypeMethodDescriptionstatic voidCampfireBlockEntity.litServerTick(ServerWorld world, BlockPos pos, BlockState state, CampfireBlockEntity blockEntity, ServerRecipeManager.MatchGetter<SingleStackRecipeInput, CampfireCookingRecipe> recipeMatchGetter) -
Uses of SingleStackRecipeInput in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type SingleStackRecipeInputModifier and TypeMethodDescriptionSingleStackRecipe.craft(SingleStackRecipeInput singleStackRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) booleanSingleStackRecipe.matches(SingleStackRecipeInput singleStackRecipeInput, World world)