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 RecipeManager.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 singleStackRecipeInput, DefaultedList<ItemStack> defaultedList, int int2) private static booleanAbstractFurnaceBlockEntity.craftRecipe(DynamicRegistryManager dynamicRegistryManager, @Nullable RecipeEntry<? extends AbstractCookingRecipe> recipe, SingleStackRecipeInput singleStackRecipeInput, DefaultedList<ItemStack> defaultedList, int int2) Method parameters in net.minecraft.block.entity with type arguments of type SingleStackRecipeInputModifier and TypeMethodDescriptionstatic voidCampfireBlockEntity.litServerTick(ServerWorld serverWorld, BlockPos pos, BlockState state, CampfireBlockEntity campfireBlockEntity, RecipeManager.MatchGetter<SingleStackRecipeInput, CampfireCookingRecipe> matchGetter) -
Uses of SingleStackRecipeInput in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type SingleStackRecipeInputModifier and TypeMethodDescriptionCuttingRecipe.craft(SingleStackRecipeInput singleStackRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) booleanCuttingRecipe.matches(SingleStackRecipeInput singleStackRecipeInput, World world)