Class VanillaRecipeProvider

java.lang.Object
net.minecraft.data.server.recipe.RecipeProvider
net.minecraft.data.server.recipe.VanillaRecipeProvider
All Implemented Interfaces:
DataProvider

public class VanillaRecipeProvider extends RecipeProvider
Mappings:
Namespace Name
official no
intermediary net/minecraft/class_7803
named net/minecraft/data/server/recipe/VanillaRecipeProvider
  • Field Details

    • COAL_ORES

      private static final ImmutableList<ItemConvertible> COAL_ORES
      Mappings:
      Namespace Name Mixin selector
      official d Lno;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

      private static final ImmutableList<ItemConvertible> IRON_ORES
      Mappings:
      Namespace Name Mixin selector
      official e Lno;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

      private static final ImmutableList<ItemConvertible> COPPER_ORES
      Mappings:
      Namespace Name Mixin selector
      official f Lno;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

      private static final ImmutableList<ItemConvertible> GOLD_ORES
      Mappings:
      Namespace Name Mixin selector
      official g Lno;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

      private static final ImmutableList<ItemConvertible> DIAMOND_ORES
      Mappings:
      Namespace Name Mixin selector
      official h Lno;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

      private static final ImmutableList<ItemConvertible> LAPIS_ORES
      Mappings:
      Namespace Name Mixin selector
      official i Lno;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

      private static final ImmutableList<ItemConvertible> REDSTONE_ORES
      Mappings:
      Namespace Name Mixin selector
      official j Lno;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

      private static final ImmutableList<ItemConvertible> EMERALD_ORES
      Mappings:
      Namespace Name Mixin selector
      official k Lno;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

      public VanillaRecipeProvider(DataOutput output, CompletableFuture<RegistryWrapper.WrapperLookup> completableFuture)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lnd;<init>(Lkq;Ljava/util/concurrent/CompletableFuture;)V
      intermediary <init> Lnet/minecraft/class_2446;<init>(Lnet/minecraft/class_7784;Ljava/util/concurrent/CompletableFuture;)V
      named <init> Lnet/minecraft/data/server/recipe/RecipeProvider;<init>(Lnet/minecraft/data/DataOutput;Ljava/util/concurrent/CompletableFuture;)V
  • Method Details

    • method_56888

      public CompletableFuture<?> method_56888(DataWriter dataWriter, RegistryWrapper.WrapperLookup wrapperLookup)
      Overrides:
      method_56888 in class RecipeProvider
      Mappings:
      Namespace Name Mixin selector
      official a Lnd;a(Lkm;Lin$a;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_56888 Lnet/minecraft/class_2446;method_56888(Lnet/minecraft/class_7403;Lnet/minecraft/class_7225$class_7874;)Ljava/util/concurrent/CompletableFuture;
      named method_56888 Lnet/minecraft/data/server/recipe/RecipeProvider;method_56888(Lnet/minecraft/data/DataWriter;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Ljava/util/concurrent/CompletableFuture;
    • generate

      protected void generate(RecipeExporter exporter)
      Specified by:
      generate in class RecipeProvider
      Mappings:
      Namespace Name Mixin selector
      official a Lnd;a(Lnc;)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

      public static Stream<VanillaRecipeProvider.SmithingTemplate> getTrimSmithingTemplateMap()
      Mappings:
      Namespace Name Mixin selector
      official b Lno;b()Ljava/util/stream/Stream;
      intermediary method_51694 Lnet/minecraft/class_7803;method_51694()Ljava/util/stream/Stream;
      named getTrimSmithingTemplateMap Lnet/minecraft/data/server/recipe/VanillaRecipeProvider;getTrimSmithingTemplateMap()Ljava/util/stream/Stream;