Package net.minecraft.data.server.recipe
Class VanillaRecipeProvider
java.lang.Object
net.minecraft.data.server.recipe.RecipeProvider
net.minecraft.data.server.recipe.VanillaRecipeProvider
- All Implemented Interfaces:
DataProvider
- Mappings:
Namespace Name official me
intermediary net/minecraft/class_7803
named net/minecraft/data/server/recipe/VanillaRecipeProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider
DataProvider.Factory<T extends DataProvider>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final ImmutableList<ItemConvertible>
private static final ImmutableList<ItemConvertible>
private static final ImmutableList<ItemConvertible>
private static final ImmutableList<ItemConvertible>
private static final ImmutableList<ItemConvertible>
private static final ImmutableList<ItemConvertible>
private static final ImmutableList<ItemConvertible>
private static final ImmutableList<ItemConvertible>
Fields inherited from class net.minecraft.data.server.recipe.RecipeProvider
advancementsPathResolver, recipesPathResolver
Fields inherited from interface net.minecraft.data.DataProvider
JSON_KEY_SORT_ORDER, JSON_KEY_SORTING_COMPARATOR, LOGGER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
generate
(RecipeExporter exporter) static Map<Item,
Identifier> run
(DataWriter writer) Methods inherited from class net.minecraft.data.server.recipe.RecipeProvider
conditionsFromItem, conditionsFromTag, convertBetween, createChiseledBlockRecipe, createDoorRecipe, createSlabRecipe, createStairsRecipe, generateCookingRecipes, generateFamilies, generateFamily, getBlastingItemPath, getItemPath, getName, getRecipeName, getSmeltingItemPath, hasItem, offer2x2CompactingRecipe, offerBannerRecipe, offerBarkBlockRecipe, offerBedRecipe, offerBlasting, offerBoatRecipe, offerCandleDyeingRecipe, offerCarpetRecipe, offerChestBoatRecipe, offerChiseledBlockRecipe, offerCompactingRecipe, offerCompactingRecipe, offerConcretePowderDyeingRecipe, offerCutCopperRecipe, offerDyeableRecipes, offerHangingSignRecipe, offerMosaicRecipe, offerNetheriteUpgradeRecipe, offerPlanksRecipe, offerPlanksRecipe2, offerPolishedStoneRecipe, offerPressurePlateRecipe, offerReversibleCompactingRecipes, offerReversibleCompactingRecipesWithCompactingRecipeGroup, offerReversibleCompactingRecipesWithReverseRecipeGroup, offerShapelessRecipe, offerSingleOutputShapelessRecipe, offerSlabRecipe, offerSmelting, offerSmithingTemplateCopyingRecipe, offerSmithingTemplateCopyingRecipe, offerSmithingTrimRecipe, offerStainedGlassDyeingRecipe, offerStainedGlassPaneDyeingRecipe, offerStainedGlassPaneRecipe, offerStonecuttingRecipe, offerStonecuttingRecipe, offerTerracottaDyeingRecipe, offerWallRecipe, offerWaxingRecipes, saveRecipeAdvancement
-
Field Details
-
COAL_ORES
- Mappings:
Namespace Name Mixin selector official d
Lme;d:Lcom/google/common/collect/ImmutableList;
intermediary field_40652
Lnet/minecraft/class_7803;field_40652:Lcom/google/common/collect/ImmutableList;
named COAL_ORES
Lnet/minecraft/data/server/recipe/VanillaRecipeProvider;COAL_ORES:Lcom/google/common/collect/ImmutableList;
-
IRON_ORES
- Mappings:
Namespace Name Mixin selector official e
Lme;e:Lcom/google/common/collect/ImmutableList;
intermediary field_40653
Lnet/minecraft/class_7803;field_40653:Lcom/google/common/collect/ImmutableList;
named IRON_ORES
Lnet/minecraft/data/server/recipe/VanillaRecipeProvider;IRON_ORES:Lcom/google/common/collect/ImmutableList;
-
COPPER_ORES
- Mappings:
Namespace Name Mixin selector official f
Lme;f:Lcom/google/common/collect/ImmutableList;
intermediary field_40654
Lnet/minecraft/class_7803;field_40654:Lcom/google/common/collect/ImmutableList;
named COPPER_ORES
Lnet/minecraft/data/server/recipe/VanillaRecipeProvider;COPPER_ORES:Lcom/google/common/collect/ImmutableList;
-
GOLD_ORES
- Mappings:
Namespace Name Mixin selector official g
Lme;g:Lcom/google/common/collect/ImmutableList;
intermediary field_40655
Lnet/minecraft/class_7803;field_40655:Lcom/google/common/collect/ImmutableList;
named GOLD_ORES
Lnet/minecraft/data/server/recipe/VanillaRecipeProvider;GOLD_ORES:Lcom/google/common/collect/ImmutableList;
-
DIAMOND_ORES
- Mappings:
Namespace Name Mixin selector official h
Lme;h:Lcom/google/common/collect/ImmutableList;
intermediary field_40656
Lnet/minecraft/class_7803;field_40656:Lcom/google/common/collect/ImmutableList;
named DIAMOND_ORES
Lnet/minecraft/data/server/recipe/VanillaRecipeProvider;DIAMOND_ORES:Lcom/google/common/collect/ImmutableList;
-
LAPIS_ORES
- Mappings:
Namespace Name Mixin selector official i
Lme;i:Lcom/google/common/collect/ImmutableList;
intermediary field_40657
Lnet/minecraft/class_7803;field_40657:Lcom/google/common/collect/ImmutableList;
named LAPIS_ORES
Lnet/minecraft/data/server/recipe/VanillaRecipeProvider;LAPIS_ORES:Lcom/google/common/collect/ImmutableList;
-
REDSTONE_ORES
- Mappings:
Namespace Name Mixin selector official j
Lme;j:Lcom/google/common/collect/ImmutableList;
intermediary field_40658
Lnet/minecraft/class_7803;field_40658:Lcom/google/common/collect/ImmutableList;
named REDSTONE_ORES
Lnet/minecraft/data/server/recipe/VanillaRecipeProvider;REDSTONE_ORES:Lcom/google/common/collect/ImmutableList;
-
EMERALD_ORES
- Mappings:
Namespace Name Mixin selector official k
Lme;k:Lcom/google/common/collect/ImmutableList;
intermediary field_40659
Lnet/minecraft/class_7803;field_40659:Lcom/google/common/collect/ImmutableList;
named EMERALD_ORES
Lnet/minecraft/data/server/recipe/VanillaRecipeProvider;EMERALD_ORES:Lcom/google/common/collect/ImmutableList;
-
-
Constructor Details
-
VanillaRecipeProvider
- Mappings:
Namespace Name Mixin selector official <init>
Llu;<init>(Ljk;)V
intermediary <init>
Lnet/minecraft/class_2446;<init>(Lnet/minecraft/class_7784;)V
named <init>
Lnet/minecraft/data/server/recipe/RecipeProvider;<init>(Lnet/minecraft/data/DataOutput;)V
-
-
Method Details
-
run
- Specified by:
run
in interfaceDataProvider
- Overrides:
run
in classRecipeProvider
- Mappings:
Namespace Name Mixin selector official a
Lji;a(Ljg;)Ljava/util/concurrent/CompletableFuture;
intermediary method_10319
Lnet/minecraft/class_2405;method_10319(Lnet/minecraft/class_7403;)Ljava/util/concurrent/CompletableFuture;
named run
Lnet/minecraft/data/DataProvider;run(Lnet/minecraft/data/DataWriter;)Ljava/util/concurrent/CompletableFuture;
-
generate
- Specified by:
generate
in classRecipeProvider
- Mappings:
Namespace Name Mixin selector official a
Llu;a(Llt;)V
intermediary method_10419
Lnet/minecraft/class_2446;method_10419(Lnet/minecraft/class_8790;)V
named generate
Lnet/minecraft/data/server/recipe/RecipeProvider;generate(Lnet/minecraft/data/server/recipe/RecipeExporter;)V
-
getTrimSmithingTemplateMap
- Mappings:
Namespace Name Mixin selector official b
Lme;b()Ljava/util/Map;
intermediary method_51694
Lnet/minecraft/class_7803;method_51694()Ljava/util/Map;
named getTrimSmithingTemplateMap
Lnet/minecraft/data/server/recipe/VanillaRecipeProvider;getTrimSmithingTemplateMap()Ljava/util/Map;
-