Uses of Interface
net.minecraft.recipe.RecipeType
Packages that use RecipeType
Package
Description
-
Uses of RecipeType in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as RecipeTypeModifier and TypeFieldDescriptionprivate final RecipeType<? extends AbstractCookingRecipe>
AbstractFurnaceBlockEntity.recipeType
Methods in net.minecraft.block.entity with parameters of type RecipeTypeModifier and TypeMethodDescriptionprivate static int
AbstractFurnaceBlockEntity.getCookTime
(World world, RecipeType<? extends AbstractCookingRecipe> recipeType, Inventory inventory) Constructors in net.minecraft.block.entity with parameters of type RecipeTypeModifierConstructorDescriptionprotected
AbstractFurnaceBlockEntity
(BlockEntityType<?> blockEntityType, BlockPos pos, BlockState state, RecipeType<? extends AbstractCookingRecipe> recipeType) -
Uses of RecipeType in net.minecraft.recipe
Fields in net.minecraft.recipe declared as RecipeTypeModifier and TypeFieldDescriptionstatic final RecipeType<BlastingRecipe>
RecipeType.BLASTING
static final RecipeType<CampfireCookingRecipe>
RecipeType.CAMPFIRE_COOKING
static final RecipeType<CraftingRecipe>
RecipeType.CRAFTING
static final RecipeType<SmeltingRecipe>
RecipeType.SMELTING
static final RecipeType<SmithingRecipe>
RecipeType.SMITHING
static final RecipeType<SmokingRecipe>
RecipeType.SMOKING
static final RecipeType<StonecuttingRecipe>
RecipeType.STONECUTTING
protected final RecipeType<?>
AbstractCookingRecipe.type
private final RecipeType<?>
CuttingRecipe.type
Fields in net.minecraft.recipe with type parameters of type RecipeTypeModifier and TypeFieldDescriptionprivate Map<RecipeType<?>,
Map<Identifier, Recipe<?>>> RecipeManager.recipes
Methods in net.minecraft.recipe that return RecipeTypeModifier and TypeMethodDescriptionRecipeType<?>
AbstractCookingRecipe.getType()
default RecipeType<?>
CraftingRecipe.getType()
RecipeType<?>
CuttingRecipe.getType()
RecipeType<?>
Recipe.getType()
RecipeType<?>
SmithingRecipe.getType()
static <T extends Recipe<?>>
RecipeType<T>Methods in net.minecraft.recipe with parameters of type RecipeTypeModifier and TypeMethodDescriptionRecipeManager.getAllMatches
(RecipeType<T> type, C inventory, World world) private <C extends Inventory,
T extends Recipe<C>>
Map<Identifier,Recipe<C>> RecipeManager.getAllOfType
(RecipeType<T> type) RecipeManager.getFirstMatch
(RecipeType<T> type, C inventory, World world) <C extends Inventory,
T extends Recipe<C>>
DefaultedList<ItemStack>RecipeManager.getRemainingStacks
(RecipeType<T> recipeType, C inventory, World world) RecipeManager.listAllOfType
(RecipeType<T> recipeType) Creates a list of all recipes of the given type.Constructors in net.minecraft.recipe with parameters of type RecipeTypeModifierConstructorDescriptionAbstractCookingRecipe
(RecipeType<?> type, Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime) CuttingRecipe
(RecipeType<?> type, RecipeSerializer<?> serializer, Identifier id, String group, Ingredient input, ItemStack output) -
Uses of RecipeType in net.minecraft.screen
Fields in net.minecraft.screen declared as RecipeTypeModifier and TypeFieldDescriptionprivate final RecipeType<? extends AbstractCookingRecipe>
AbstractFurnaceScreenHandler.recipeType
Constructors in net.minecraft.screen with parameters of type RecipeTypeModifierConstructorDescriptionprotected
AbstractFurnaceScreenHandler
(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RecipeBookCategory recipeBookCategory, int int2, PlayerInventory playerInventory) protected
AbstractFurnaceScreenHandler
(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RecipeBookCategory recipeBookCategory, int int2, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) -
Uses of RecipeType in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type RecipeTypeModifier and TypeFieldDescriptionstatic final Registry<RecipeType<?>>
Registry.RECIPE_TYPE
static final RegistryKey<Registry<RecipeType<?>>>
Registry.RECIPE_TYPE_KEY