Uses of Class
net.minecraft.recipe.AbstractCookingRecipe
Packages that use AbstractCookingRecipe
Package
Description
-
Uses of AbstractCookingRecipe in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type AbstractCookingRecipeModifier and TypeFieldDescriptionprivate final ServerRecipeManager.MatchGetter<SingleStackRecipeInput, ? extends AbstractCookingRecipe> AbstractFurnaceBlockEntity.matchGetterMethod parameters in net.minecraft.block.entity with type arguments of type AbstractCookingRecipeModifier 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) Constructor parameters in net.minecraft.block.entity with type arguments of type AbstractCookingRecipeModifierConstructorDescriptionprotectedAbstractFurnaceBlockEntity(BlockEntityType<?> blockEntityType, BlockPos pos, BlockState state, RecipeType<? extends AbstractCookingRecipe> recipeType) -
Uses of AbstractCookingRecipe in net.minecraft.data.recipe
Methods in net.minecraft.data.recipe with type parameters of type AbstractCookingRecipeModifier and TypeMethodDescriptionstatic <T extends AbstractCookingRecipe>
CookingRecipeJsonBuilderCookingRecipeJsonBuilder.create(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory) protected <T extends AbstractCookingRecipe>
voidRecipeGenerator.generateCookingRecipes(String cooker, RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory, int cookingTime) private <T extends AbstractCookingRecipe>
voidRecipeGenerator.offerFoodCookingRecipe(String cooker, RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory, int cookingTime, ItemConvertible input, ItemConvertible output, float experience) private <T extends AbstractCookingRecipe>
voidRecipeGenerator.offerMultipleOptions(RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory, List<ItemConvertible> inputs, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, String group, String suffix) Method parameters in net.minecraft.data.recipe with type arguments of type AbstractCookingRecipeModifier and TypeMethodDescriptionprivate static CookingRecipeCategoryCookingRecipeJsonBuilder.getCookingRecipeCategory(RecipeSerializer<? extends AbstractCookingRecipe> serializer, ItemConvertible output) -
Uses of AbstractCookingRecipe in net.minecraft.recipe
Classes in net.minecraft.recipe with type parameters of type AbstractCookingRecipeModifier and TypeInterfaceDescriptionstatic interfacestatic classSubclasses of AbstractCookingRecipe in net.minecraft.recipeModifier and TypeClassDescriptionclassclassclassclassMethods in net.minecraft.recipe that return types with arguments of type AbstractCookingRecipeModifier and TypeMethodDescriptionabstract RecipeSerializer<? extends AbstractCookingRecipe> AbstractCookingRecipe.getSerializer()Returns the serializer associated with this recipe.abstract RecipeType<? extends AbstractCookingRecipe> AbstractCookingRecipe.getType()Returns the type of this recipe. -
Uses of AbstractCookingRecipe in net.minecraft.screen
Fields in net.minecraft.screen with type parameters of type AbstractCookingRecipeModifier and TypeFieldDescriptionprivate final RecipeType<? extends AbstractCookingRecipe> AbstractFurnaceScreenHandler.recipeTypeConstructor parameters in net.minecraft.screen with type arguments of type AbstractCookingRecipeModifierConstructorDescriptionprotectedAbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RegistryKey<RecipePropertySet> recipePropertySetKey, RecipeBookType category, int syncId, PlayerInventory playerInventory) protectedAbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RegistryKey<RecipePropertySet> recipePropertySetKey, RecipeBookType category, int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)