Uses of Interface
net.minecraft.recipe.RecipeType
Packages that use RecipeType
Package
Description
-
Uses of RecipeType in net.minecraft.block.entity
Constructors in net.minecraft.block.entity with parameters of type RecipeTypeModifierConstructorDescriptionprotectedAbstractFurnaceBlockEntity(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.BLASTINGstatic final RecipeType<CampfireCookingRecipe> RecipeType.CAMPFIRE_COOKINGstatic final RecipeType<CraftingRecipe> RecipeType.CRAFTINGstatic final RecipeType<SmeltingRecipe> RecipeType.SMELTINGstatic final RecipeType<SmithingRecipe> RecipeType.SMITHINGstatic final RecipeType<SmokingRecipe> RecipeType.SMOKINGstatic final RecipeType<StonecuttingRecipe> RecipeType.STONECUTTINGFields in net.minecraft.recipe with type parameters of type RecipeTypeModifier and TypeFieldDescriptionprivate final Multimap<RecipeType<?>, RecipeEntry<?>> PreparedRecipes.byTypeMethods in net.minecraft.recipe that return RecipeTypeModifier and TypeMethodDescriptionabstract RecipeType<? extends AbstractCookingRecipe> AbstractCookingRecipe.getType()Returns the type of this recipe.BlastingRecipe.getType()Returns the type of this recipe.CampfireCookingRecipe.getType()Returns the type of this recipe.default RecipeType<CraftingRecipe> CraftingRecipe.getType()Returns the type of this recipe.RecipeType<? extends Recipe<T>> Recipe.getType()Returns the type of this recipe.abstract RecipeType<? extends SingleStackRecipe> SingleStackRecipe.getType()Returns the type of this recipe.SmeltingRecipe.getType()Returns the type of this recipe.default RecipeType<SmithingRecipe> SmithingRecipe.getType()Returns the type of this recipe.SmokingRecipe.getType()Returns the type of this recipe.StonecuttingRecipe.getType()Returns the type of this recipe.static <T extends Recipe<?>>
RecipeType<T> Methods in net.minecraft.recipe with parameters of type RecipeTypeModifier and TypeMethodDescriptionprivate static ServerRecipeManager.SoleIngredientGetterServerRecipeManager.cookingIngredientGetter(RecipeType<? extends SingleStackRecipe> expectedType) static <I extends RecipeInput,T extends Recipe<I>>
ServerRecipeManager.MatchGetter<I, T> ServerRecipeManager.createCachedMatchGetter(RecipeType<T> type) Creates a cached match getter.<I extends RecipeInput,T extends Recipe<I>>
Stream<RecipeEntry<T>> PreparedRecipes.find(RecipeType<T> type, I input, World world) private <T extends Recipe<?>>
@Nullable RecipeEntry<T> ServerRecipeManager.get(RecipeType<T> type, RegistryKey<Recipe<?>> key) Returns a recipe with the givenidandtype, or empty if there is no such recipe.<I extends RecipeInput,T extends Recipe<I>>
Collection<RecipeEntry<T>> PreparedRecipes.getAll(RecipeType<T> type) <I extends RecipeInput,T extends Recipe<I>>
Optional<RecipeEntry<T>> ServerRecipeManager.getFirstMatch(RecipeType<T> type, I input, World world) Returns a recipe of the giventypethat match the giveninventoryandworld.<I extends RecipeInput,T extends Recipe<I>>
Optional<RecipeEntry<T>> ServerRecipeManager.getFirstMatch(RecipeType<T> type, I input, World world, @Nullable RecipeEntry<T> recipe) <I extends RecipeInput,T extends Recipe<I>>
Optional<RecipeEntry<T>> ServerRecipeManager.getFirstMatch(RecipeType<T> type, I input, World world, @Nullable RegistryKey<Recipe<?>> recipe) Constructor parameters in net.minecraft.recipe with type arguments of type RecipeTypeModifierConstructorDescriptionprivatePreparedRecipes(Multimap<RecipeType<?>, RecipeEntry<?>> byType, Map<RegistryKey<Recipe<?>>, RecipeEntry<?>> byKey) -
Uses of RecipeType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type RecipeTypeModifier and TypeFieldDescriptionstatic final Registry<RecipeType<?>> Registries.RECIPE_TYPEstatic final RegistryKey<Registry<RecipeType<?>>> RegistryKeys.RECIPE_TYPE -
Uses of RecipeType in net.minecraft.screen
Fields in net.minecraft.screen declared as RecipeTypeModifier and TypeFieldDescriptionprivate final RecipeType<? extends AbstractCookingRecipe> AbstractFurnaceScreenHandler.recipeTypeConstructors in net.minecraft.screen with parameters of type RecipeTypeModifierConstructorDescriptionprotectedAbstractFurnaceScreenHandler(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)