Package net.minecraft.data.server.recipe
Class OneTwentyRecipeProvider
java.lang.Object
net.minecraft.data.server.recipe.RecipeProvider
net.minecraft.data.server.recipe.OneTwentyRecipeProvider
- All Implemented Interfaces:
DataProvider
- Mappings:
Namespace Name official lsintermediary net/minecraft/class_7802named net/minecraft/data/server/recipe/OneTwentyRecipeProvider
-
Field Summary
Fields inherited from interface net.minecraft.data.DataProvider
JSON_KEY_SORT_ORDER, JSON_KEY_SORTING_COMPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgenerate(Consumer<RecipeJsonProvider> exporter) getName()Methods inherited from class net.minecraft.data.server.recipe.RecipeProvider
conditionsFromItem, conditionsFromTag, convertBetween, createChiseledBlockRecipe, createDoorRecipe, createSlabRecipe, createStairsRecipe, generateCookingRecipes, generateFamilies, generateFamily, getBlastingItemPath, getItemPath, getRecipeName, getSmeltingItemPath, hasItem, offer2x2CompactingRecipe, offerBannerRecipe, offerBarkBlockRecipe, offerBedDyeingRecipe, offerBedRecipe, offerBlasting, offerBoatRecipe, offerCandleDyeingRecipe, offerCarpetDyeingRecipe, offerCarpetRecipe, offerChestBoatRecipe, offerChiseledBlockRecipe, offerConcretePowderDyeingRecipe, offerCutCopperRecipe, offerHangingSignRecipe, offerHangingSignRecipe, offerMosaicRecipe, offerNetheriteUpgradeRecipe, offerPlanksRecipe, offerPlanksRecipe2, offerPolishedStoneRecipe, offerPressurePlateRecipe, offerReversibleCompactingRecipes, offerReversibleCompactingRecipesWithCompactingRecipeGroup, offerReversibleCompactingRecipesWithReverseRecipeGroup, offerShapelessRecipe, offerSingleOutputShapelessRecipe, offerSlabRecipe, offerSmelting, offerStainedGlassDyeingRecipe, offerStainedGlassPaneDyeingRecipe, offerStainedGlassPaneRecipe, offerStonecuttingRecipe, offerStonecuttingRecipe, offerTerracottaDyeingRecipe, offerWallRecipe, offerWaxingRecipes, offerWoolDyeingRecipe, run, saveRecipeAdvancement
-
Constructor Details
-
OneTwentyRecipeProvider
- Mappings:
Namespace Name Mixin selector official <init>Llj;<init>(Ljb;)Vintermediary <init>Lnet/minecraft/class_2446;<init>(Lnet/minecraft/class_7784;)Vnamed <init>Lnet/minecraft/data/server/recipe/RecipeProvider;<init>(Lnet/minecraft/data/DataOutput;)V
-
-
Method Details
-
generate
- Specified by:
generatein classRecipeProvider- Mappings:
Namespace Name Mixin selector official aLlj;a(Ljava/util/function/Consumer;)Vintermediary method_10419Lnet/minecraft/class_2446;method_10419(Ljava/util/function/Consumer;)Vnamed generateLnet/minecraft/data/server/recipe/RecipeProvider;generate(Ljava/util/function/Consumer;)V
-
getName
- Mappings:
Namespace Name Mixin selector official aLiz;a()Ljava/lang/String;intermediary method_10321Lnet/minecraft/class_2405;method_10321()Ljava/lang/String;named getNameLnet/minecraft/data/DataProvider;getName()Ljava/lang/String;
-