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, recipePathProvider
Fields inherited from interface net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, KEY_COMPARATOR, LOGGER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
buildRecipes
(RecipeOutput out) private static ShapedRecipeBuilder
shaped()
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, woodFromLogs
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.common.crafting.conditions.IConditionBuilder
and, FALSE, itemExists, modLoaded, not, or, tagEmpty, TRUE
Methods inherited from interface net.minecraftforge.common.crafting.ingredients.IIngredientBuilder
compound, difference, difference, intersection, intersection, partialNbt, strictNbt
Methods inherited from interface net.minecraftforge.common.util.INBTBuilder
nbt
-
Constructor Details
-
Recipes
-
-
Method Details
-
shaped
-
buildRecipes
- Specified by:
buildRecipes
in classRecipeProvider
-