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 lz
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 Llz;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 Llz;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 Llz;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 Llz;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 Llz;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 Llz;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 Llz;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 Llz;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)
      Mappings:
      Namespace Name Mixin selector
      official <init> Llp;<init>(Ljf;)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

      public CompletableFuture<?> run(DataWriter writer)
      Specified by:
      run in interface DataProvider
      Overrides:
      run in class RecipeProvider
      Mappings:
      Namespace Name Mixin selector
      official a Ljd;a(Ljb;)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

      protected void generate(Consumer<RecipeJsonProvider> exporter)
      Specified by:
      generate in class RecipeProvider
      Mappings:
      Namespace Name Mixin selector
      official a Llp;a(Ljava/util/function/Consumer;)V
      intermediary method_10419 Lnet/minecraft/class_2446;method_10419(Ljava/util/function/Consumer;)V
      named generate Lnet/minecraft/data/server/recipe/RecipeProvider;generate(Ljava/util/function/Consumer;)V