Uses of Class
net.minecraft.data.recipes.ShapelessRecipeBuilder
Packages that use ShapelessRecipeBuilder
-
Uses of ShapelessRecipeBuilder in net.minecraft.data.recipes
Methods in net.minecraft.data.recipes that return ShapelessRecipeBuilderModifier and TypeMethodDescriptionShapelessRecipeBuilder.requires(Ingredient ingredient) ShapelessRecipeBuilder.requires(Ingredient ingredient, int count) protected ShapelessRecipeBuilderRecipeProvider.shapeless(RecipeCategory category, ItemStackTemplate result) protected ShapelessRecipeBuilderRecipeProvider.shapeless(RecipeCategory category, ItemLike item) protected ShapelessRecipeBuilderRecipeProvider.shapeless(RecipeCategory category, ItemLike item, int count) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemStackTemplate result) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemLike item) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemLike item, int count) ShapelessRecipeBuilder.unlockedBy(String name, Criterion<?> criterion)