Class VanillaRecipeProvider

java.lang.Object
net.minecraft.data.server.recipe.RecipeProvider
net.minecraft.data.server.recipe.VanillaRecipeProvider

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

    • COAL_ORES

      private static final ImmutableList<ItemConvertible> COAL_ORES
      Mappings:
      Namespace Name Mixin selector
      named COAL_ORES Lnet/minecraft/data/server/recipe/VanillaRecipeProvider;COAL_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40652 Lnet/minecraft/class_7803;field_40652:Lcom/google/common/collect/ImmutableList;
      official c Lpb;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/VanillaRecipeProvider;IRON_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40653 Lnet/minecraft/class_7803;field_40653:Lcom/google/common/collect/ImmutableList;
      official d Lpb;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/VanillaRecipeProvider;COPPER_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40654 Lnet/minecraft/class_7803;field_40654:Lcom/google/common/collect/ImmutableList;
      official e Lpb;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/VanillaRecipeProvider;GOLD_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40655 Lnet/minecraft/class_7803;field_40655:Lcom/google/common/collect/ImmutableList;
      official f Lpb;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/VanillaRecipeProvider;DIAMOND_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40656 Lnet/minecraft/class_7803;field_40656:Lcom/google/common/collect/ImmutableList;
      official g Lpb;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/VanillaRecipeProvider;LAPIS_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40657 Lnet/minecraft/class_7803;field_40657:Lcom/google/common/collect/ImmutableList;
      official h Lpb;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/VanillaRecipeProvider;REDSTONE_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40658 Lnet/minecraft/class_7803;field_40658:Lcom/google/common/collect/ImmutableList;
      official i Lpb;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/VanillaRecipeProvider;EMERALD_ORES:Lcom/google/common/collect/ImmutableList;
      intermediary field_40659 Lnet/minecraft/class_7803;field_40659:Lcom/google/common/collect/ImmutableList;
      official j Lpb;j:Lcom/google/common/collect/ImmutableList;
  • Constructor Details

  • Method Details

    • generate

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

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