Uses of Interface
net.minecraft.data.server.recipe.CraftingRecipeJsonFactory
Packages that use CraftingRecipeJsonFactory
-
Uses of CraftingRecipeJsonFactory in net.minecraft.data.server
Fields in net.minecraft.data.server with type parameters of type CraftingRecipeJsonFactoryModifier and TypeFieldDescriptionprivate static final Map<BlockFamily.Variant,
BiFunction<ItemConvertible, ItemConvertible, CraftingRecipeJsonFactory>> RecipesProvider.VARIANT_FACTORIES
Methods in net.minecraft.data.server that return CraftingRecipeJsonFactoryModifier and TypeMethodDescriptionstatic CraftingRecipeJsonFactory
RecipesProvider.createCondensingRecipe
(ItemConvertible output, Ingredient input) private static CraftingRecipeJsonFactory
RecipesProvider.createDoorRecipe
(ItemConvertible output, Ingredient input) private static CraftingRecipeJsonFactory
RecipesProvider.createFenceGateRecipe
(ItemConvertible output, Ingredient input) private static CraftingRecipeJsonFactory
RecipesProvider.createFenceRecipe
(ItemConvertible output, Ingredient input) private static CraftingRecipeJsonFactory
RecipesProvider.createPressurePlateRecipe
(ItemConvertible output, Ingredient input) private static CraftingRecipeJsonFactory
RecipesProvider.createSignRecipe
(ItemConvertible output, Ingredient input) private static CraftingRecipeJsonFactory
RecipesProvider.createSlabRecipe
(ItemConvertible output, Ingredient input) private static CraftingRecipeJsonFactory
RecipesProvider.createStairsRecipe
(ItemConvertible output, Ingredient input) private static CraftingRecipeJsonFactory
RecipesProvider.createTransmutationRecipe
(ItemConvertible output, Ingredient input) private static CraftingRecipeJsonFactory
RecipesProvider.createTrapdoorRecipe
(ItemConvertible output, Ingredient input) static CraftingRecipeJsonFactory
RecipesProvider.getWallRecipe
(ItemConvertible output, Ingredient input) -
Uses of CraftingRecipeJsonFactory in net.minecraft.data.server.recipe
Classes in net.minecraft.data.server.recipe that implement CraftingRecipeJsonFactoryModifier and TypeClassDescriptionclass
class
class
class
Methods in net.minecraft.data.server.recipe that return CraftingRecipeJsonFactoryModifier and TypeMethodDescriptionCraftingRecipeJsonFactory.criterion
(String name, CriterionConditions conditions)