Package net.minecraft.data.server.recipe
Class VanillaRecipeGenerator
java.lang.Object
net.minecraft.data.server.recipe.RecipeGenerator
net.minecraft.data.server.recipe.VanillaRecipeGenerator
- Mappings:
Namespace Name named net/minecraft/data/server/recipe/VanillaRecipeGeneratorintermediary net/minecraft/class_7803official ph
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final recordNested classes/interfaces inherited from class net.minecraft.data.server.recipe.RecipeGenerator
RecipeGenerator.RecipeProvider -
Field Summary
FieldsModifier 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.RecipeGenerator
exporter, registries -
Constructor Summary
ConstructorsConstructorDescriptionVanillaRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) -
Method Summary
Methods inherited from class net.minecraft.data.server.recipe.RecipeGenerator
conditionsFromItem, conditionsFromTag, convertBetween, createChiseledBlockRecipe, createDoorRecipe, createShaped, createShaped, createShapeless, createShapeless, createShapeless, createSlabRecipe, createStairsRecipe, createTrapdoorRecipe, generateCookingRecipes, generateFamilies, generateFamily, getBlastingItemPath, getItemPath, getRecipeName, getSmeltingItemPath, hasItem, ingredientFromTag, offer2x2CompactingRecipe, offerBannerRecipe, offerBarkBlockRecipe, offerBedRecipe, offerBlasting, offerBoatRecipe, offerBulbRecipe, offerCandleDyeingRecipe, offerCarpetRecipe, offerChestBoatRecipe, offerChiseledBlockRecipe, offerCompactingRecipe, offerCompactingRecipe, offerConcretePowderDyeingRecipe, offerCutCopperRecipe, offerDyeableRecipes, offerDyeablesRecipes, offerGrateRecipe, offerHangingSignRecipe, offerMosaicRecipe, offerNetheriteUpgradeRecipe, offerPlanksRecipe, offerPlanksRecipe2, offerPolishedStoneRecipe, offerPressurePlateRecipe, offerReversibleCompactingRecipes, offerReversibleCompactingRecipesWithCompactingRecipeGroup, offerReversibleCompactingRecipesWithReverseRecipeGroup, offerShapelessRecipe, offerSingleOutputShapelessRecipe, offerSlabRecipe, offerSmelting, offerSmithingTemplateCopyingRecipe, offerSmithingTemplateCopyingRecipe, offerSmithingTrimRecipe, offerStainedGlassDyeingRecipe, offerStainedGlassPaneDyeingRecipe, offerStainedGlassPaneRecipe, offerStonecuttingRecipe, offerStonecuttingRecipe, offerSuspiciousStewRecipe, offerTerracottaDyeingRecipe, offerWallRecipe, offerWaxingRecipes
-
Field Details
-
COAL_ORES
- Mappings:
Namespace Name Mixin selector named COAL_ORESLnet/minecraft/data/server/recipe/VanillaRecipeGenerator;COAL_ORES:Lcom/google/common/collect/ImmutableList;intermediary field_40652Lnet/minecraft/class_7803;field_40652:Lcom/google/common/collect/ImmutableList;official cLph;c:Lcom/google/common/collect/ImmutableList;
-
IRON_ORES
- Mappings:
Namespace Name Mixin selector named IRON_ORESLnet/minecraft/data/server/recipe/VanillaRecipeGenerator;IRON_ORES:Lcom/google/common/collect/ImmutableList;intermediary field_40653Lnet/minecraft/class_7803;field_40653:Lcom/google/common/collect/ImmutableList;official dLph;d:Lcom/google/common/collect/ImmutableList;
-
COPPER_ORES
- Mappings:
Namespace Name Mixin selector named COPPER_ORESLnet/minecraft/data/server/recipe/VanillaRecipeGenerator;COPPER_ORES:Lcom/google/common/collect/ImmutableList;intermediary field_40654Lnet/minecraft/class_7803;field_40654:Lcom/google/common/collect/ImmutableList;official eLph;e:Lcom/google/common/collect/ImmutableList;
-
GOLD_ORES
- Mappings:
Namespace Name Mixin selector named GOLD_ORESLnet/minecraft/data/server/recipe/VanillaRecipeGenerator;GOLD_ORES:Lcom/google/common/collect/ImmutableList;intermediary field_40655Lnet/minecraft/class_7803;field_40655:Lcom/google/common/collect/ImmutableList;official fLph;f:Lcom/google/common/collect/ImmutableList;
-
DIAMOND_ORES
- Mappings:
Namespace Name Mixin selector named DIAMOND_ORESLnet/minecraft/data/server/recipe/VanillaRecipeGenerator;DIAMOND_ORES:Lcom/google/common/collect/ImmutableList;intermediary field_40656Lnet/minecraft/class_7803;field_40656:Lcom/google/common/collect/ImmutableList;official gLph;g:Lcom/google/common/collect/ImmutableList;
-
LAPIS_ORES
- Mappings:
Namespace Name Mixin selector named LAPIS_ORESLnet/minecraft/data/server/recipe/VanillaRecipeGenerator;LAPIS_ORES:Lcom/google/common/collect/ImmutableList;intermediary field_40657Lnet/minecraft/class_7803;field_40657:Lcom/google/common/collect/ImmutableList;official hLph;h:Lcom/google/common/collect/ImmutableList;
-
REDSTONE_ORES
- Mappings:
Namespace Name Mixin selector named REDSTONE_ORESLnet/minecraft/data/server/recipe/VanillaRecipeGenerator;REDSTONE_ORES:Lcom/google/common/collect/ImmutableList;intermediary field_40658Lnet/minecraft/class_7803;field_40658:Lcom/google/common/collect/ImmutableList;official iLph;i:Lcom/google/common/collect/ImmutableList;
-
EMERALD_ORES
- Mappings:
Namespace Name Mixin selector named EMERALD_ORESLnet/minecraft/data/server/recipe/VanillaRecipeGenerator;EMERALD_ORES:Lcom/google/common/collect/ImmutableList;intermediary field_40659Lnet/minecraft/class_7803;field_40659:Lcom/google/common/collect/ImmutableList;official jLph;j:Lcom/google/common/collect/ImmutableList;
-
-
Constructor Details
-
VanillaRecipeGenerator
VanillaRecipeGenerator(RegistryWrapper.WrapperLookup registries, RecipeExporter exporter) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/data/server/recipe/RecipeGenerator;<init>(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;Lnet/minecraft/data/server/recipe/RecipeExporter;)Vintermediary <init>Lnet/minecraft/class_2446;<init>(Lnet/minecraft/class_7225$class_7874;Lnet/minecraft/class_8790;)Vofficial <init>Lox;<init>(Ljs$a;Low;)V
-
-
Method Details
-
generate
protected void generate()- Specified by:
generatein classRecipeGenerator- Mappings:
Namespace Name Mixin selector named generateLnet/minecraft/data/server/recipe/RecipeGenerator;generate()Vintermediary method_10419Lnet/minecraft/class_2446;method_10419()Vofficial aLox;a()V
-
streamSmithingTemplates
- Mappings:
Namespace Name Mixin selector named streamSmithingTemplatesLnet/minecraft/data/server/recipe/VanillaRecipeGenerator;streamSmithingTemplates()Ljava/util/stream/Stream;intermediary method_51694Lnet/minecraft/class_7803;method_51694()Ljava/util/stream/Stream;official bLph;b()Ljava/util/stream/Stream;
-
generateDyedShulkerBoxes
private void generateDyedShulkerBoxes()- Mappings:
Namespace Name Mixin selector named generateDyedShulkerBoxesLnet/minecraft/data/server/recipe/VanillaRecipeGenerator;generateDyedShulkerBoxes()Vintermediary method_64384Lnet/minecraft/class_7803;method_64384()Vofficial cLph;c()V
-
method_64541
private void method_64541()- Mappings:
Namespace Name Mixin selector named method_64541Lnet/minecraft/data/server/recipe/VanillaRecipeGenerator;method_64541()Vintermediary method_64541Lnet/minecraft/class_7803;method_64541()Vofficial dLph;d()V
-