Class CustomIngredientsTest.Recipes
java.lang.Object
net.minecraft.data.recipes.RecipeProvider
net.minecraftforge.debug.gameplay.crafting.CustomIngredientsTest.Recipes
- All Implemented Interfaces:
DataProvider,IConditionBuilder,IIngredientBuilder,INBTBuilder
- Enclosing class:
- CustomIngredientsTest
private static class CustomIngredientsTest.Recipes
extends RecipeProvider
implements IConditionBuilder, IIngredientBuilder, INBTBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider
DataProvider.Factory<T extends DataProvider>Nested classes/interfaces inherited from interface net.minecraftforge.common.util.INBTBuilder
INBTBuilder.Builder -
Field Summary
Fields inherited from class net.minecraft.data.recipes.RecipeProvider
advancementPathProvider, recipePathProviderFields inherited from interface net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, KEY_COMPARATOR, LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuildRecipes(RecipeOutput out) private static ShapedRecipeBuildershaped()Methods inherited from class net.minecraft.data.recipes.RecipeProvider
banner, bedFromPlanksAndWool, buildAdvancement, buttonBuilder, candle, carpet, chestBoat, chiseled, chiseledBuilder, colorBlockWithDye, coloredTerracottaFromTerracottaAndDye, concretePowder, cookRecipes, copperBulb, copySmithingTemplate, copySmithingTemplate, cut, cutBuilder, doorBuilder, fenceBuilder, fenceGateBuilder, generateForEnabledBlockFamilies, generateRecipes, getBaseBlock, getBlastingRecipeName, getConversionRecipeName, getHasName, getItemName, getName, getSimpleRecipeName, getSmeltingRecipeName, grate, hangingSign, has, has, mosaicBuilder, netheriteSmithing, nineBlockStorageRecipes, nineBlockStorageRecipesRecipesWithCustomUnpacking, nineBlockStorageRecipesWithCustomPacking, oneToOneConversionRecipe, oneToOneConversionRecipe, oreBlasting, oreSmelting, planksFromLog, planksFromLogs, polished, polishedBuilder, pressurePlate, pressurePlateBuilder, run, saveAdvancement, signBuilder, slab, slabBuilder, stainedGlassFromGlassAndDye, stainedGlassPaneFromGlassPaneAndDye, stainedGlassPaneFromStainedGlass, stairBuilder, stonecutterResultFromBase, stonecutterResultFromBase, threeByThreePacker, threeByThreePacker, trapdoorBuilder, trimSmithing, twoByTwoPacker, wall, wallBuilder, waxRecipes, woodenBoat, woodFromLogsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.crafting.conditions.IConditionBuilder
and, FALSE, itemExists, modLoaded, not, or, tagEmpty, TRUEMethods inherited from interface net.minecraftforge.common.crafting.ingredients.IIngredientBuilder
compound, difference, difference, intersection, intersection, partialNbt, strictNbtMethods inherited from interface net.minecraftforge.common.util.INBTBuilder
nbt
-
Constructor Details
-
Recipes
-
-
Method Details
-
shaped
-
buildRecipes
- Specified by:
buildRecipesin classRecipeProvider
-