Class VanillaRecipeGenerator

java.lang.Object
net.minecraft.data.server.recipe.RecipeGenerator
net.minecraft.data.server.recipe.VanillaRecipeGenerator

public class VanillaRecipeGenerator extends RecipeGenerator
Mappings:
Namespace Name
named net/minecraft/data/server/recipe/VanillaRecipeGenerator
intermediary net/minecraft/class_7803
official pm
  • Field Details

    • COAL_ORES

      private static final ImmutableList<ItemConvertible> COAL_ORES
      Mappings:
      Namespace Name Mixin selector
      named COAL_ORES Lnet/minecraft/data/server/recipe/VanillaRecipeGenerator;COAL_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40652 Lnet/minecraft/class_7803;field_40652:Lcom/google/common/collect/ImmutableList;
      official c Lpm;c:Lcom/google/common/collect/ImmutableList;
    • IRON_ORES

      private static final ImmutableList<ItemConvertible> IRON_ORES
      Mappings:
      Namespace Name Mixin selector
      named IRON_ORES Lnet/minecraft/data/server/recipe/VanillaRecipeGenerator;IRON_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40653 Lnet/minecraft/class_7803;field_40653:Lcom/google/common/collect/ImmutableList;
      official d Lpm;d:Lcom/google/common/collect/ImmutableList;
    • COPPER_ORES

      private static final ImmutableList<ItemConvertible> COPPER_ORES
      Mappings:
      Namespace Name Mixin selector
      named COPPER_ORES Lnet/minecraft/data/server/recipe/VanillaRecipeGenerator;COPPER_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40654 Lnet/minecraft/class_7803;field_40654:Lcom/google/common/collect/ImmutableList;
      official e Lpm;e:Lcom/google/common/collect/ImmutableList;
    • GOLD_ORES

      private static final ImmutableList<ItemConvertible> GOLD_ORES
      Mappings:
      Namespace Name Mixin selector
      named GOLD_ORES Lnet/minecraft/data/server/recipe/VanillaRecipeGenerator;GOLD_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40655 Lnet/minecraft/class_7803;field_40655:Lcom/google/common/collect/ImmutableList;
      official f Lpm;f:Lcom/google/common/collect/ImmutableList;
    • DIAMOND_ORES

      private static final ImmutableList<ItemConvertible> DIAMOND_ORES
      Mappings:
      Namespace Name Mixin selector
      named DIAMOND_ORES Lnet/minecraft/data/server/recipe/VanillaRecipeGenerator;DIAMOND_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40656 Lnet/minecraft/class_7803;field_40656:Lcom/google/common/collect/ImmutableList;
      official g Lpm;g:Lcom/google/common/collect/ImmutableList;
    • LAPIS_ORES

      private static final ImmutableList<ItemConvertible> LAPIS_ORES
      Mappings:
      Namespace Name Mixin selector
      named LAPIS_ORES Lnet/minecraft/data/server/recipe/VanillaRecipeGenerator;LAPIS_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40657 Lnet/minecraft/class_7803;field_40657:Lcom/google/common/collect/ImmutableList;
      official h Lpm;h:Lcom/google/common/collect/ImmutableList;
    • REDSTONE_ORES

      private static final ImmutableList<ItemConvertible> REDSTONE_ORES
      Mappings:
      Namespace Name Mixin selector
      named REDSTONE_ORES Lnet/minecraft/data/server/recipe/VanillaRecipeGenerator;REDSTONE_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40658 Lnet/minecraft/class_7803;field_40658:Lcom/google/common/collect/ImmutableList;
      official i Lpm;i:Lcom/google/common/collect/ImmutableList;
    • EMERALD_ORES

      private static final ImmutableList<ItemConvertible> EMERALD_ORES
      Mappings:
      Namespace Name Mixin selector
      named EMERALD_ORES Lnet/minecraft/data/server/recipe/VanillaRecipeGenerator;EMERALD_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40659 Lnet/minecraft/class_7803;field_40659:Lcom/google/common/collect/ImmutableList;
      official j Lpm;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;)V
      intermediary <init> Lnet/minecraft/class_2446;<init>(Lnet/minecraft/class_7225$class_7874;Lnet/minecraft/class_8790;)V
      official <init> Lpc;<init>(Ljs$a;Lpb;)V
  • Method Details

    • generate

      protected void generate()
      Specified by:
      generate in class RecipeGenerator
      Mappings:
      Namespace Name Mixin selector
      named generate Lnet/minecraft/data/server/recipe/RecipeGenerator;generate()V
      intermediary method_10419 Lnet/minecraft/class_2446;method_10419()V
      official a Lpc;a()V
    • streamSmithingTemplates

      public static Stream<VanillaRecipeGenerator.SmithingTemplate> streamSmithingTemplates()
      Mappings:
      Namespace Name Mixin selector
      named streamSmithingTemplates Lnet/minecraft/data/server/recipe/VanillaRecipeGenerator;streamSmithingTemplates()Ljava/util/stream/Stream;
      intermediary method_51694 Lnet/minecraft/class_7803;method_51694()Ljava/util/stream/Stream;
      official b Lpm;b()Ljava/util/stream/Stream;
    • generateDyedShulkerBoxes

      private void generateDyedShulkerBoxes()
      Mappings:
      Namespace Name Mixin selector
      named generateDyedShulkerBoxes Lnet/minecraft/data/server/recipe/VanillaRecipeGenerator;generateDyedShulkerBoxes()V
      intermediary method_64384 Lnet/minecraft/class_7803;method_64384()V
      official c Lpm;c()V
    • generateDyedBundles

      private void generateDyedBundles()
      Mappings:
      Namespace Name Mixin selector
      named generateDyedBundles Lnet/minecraft/data/server/recipe/VanillaRecipeGenerator;generateDyedBundles()V
      intermediary method_64541 Lnet/minecraft/class_7803;method_64541()V
      official d Lpm;d()V