Class ShapelessRecipeJsonFactory

java.lang.Object
net.minecraft.data.server.recipe.ShapelessRecipeJsonFactory
All Implemented Interfaces:
CraftingRecipeJsonFactory

public class ShapelessRecipeJsonFactory extends Object implements CraftingRecipeJsonFactory
Mappings:
Namespace Name
official jv
intermediary net/minecraft/class_2450
named net/minecraft/data/server/recipe/ShapelessRecipeJsonFactory
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Ljv;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_11397 Lnet/minecraft/class_2450;field_11397:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;LOGGER:Lorg/apache/logging/log4j/Logger;
    • output

      private final Item output
      Mappings:
      Namespace Name Mixin selector
      official b Ljv;b:Lbpt;
      intermediary field_11396 Lnet/minecraft/class_2450;field_11396:Lnet/minecraft/class_1792;
      named output Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;output:Lnet/minecraft/item/Item;
    • outputCount

      private final int outputCount
      Mappings:
      Namespace Name Mixin selector
      official c Ljv;c:I
      intermediary field_11395 Lnet/minecraft/class_2450;field_11395:I
      named outputCount Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;outputCount:I
    • inputs

      private final List<Ingredient> inputs
      Mappings:
      Namespace Name Mixin selector
      official d Ljv;d:Ljava/util/List;
      intermediary field_11394 Lnet/minecraft/class_2450;field_11394:Ljava/util/List;
      named inputs Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;inputs:Ljava/util/List;
    • builder

      private final Advancement.Task builder
      Mappings:
      Namespace Name Mixin selector
      official e Ljv;e:Lad$a;
      intermediary field_11393 Lnet/minecraft/class_2450;field_11393:Lnet/minecraft/class_161$class_162;
      named builder Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;builder:Lnet/minecraft/advancement/Advancement$Task;
    • group

      private String group
      Mappings:
      Namespace Name Mixin selector
      official f Ljv;f:Ljava/lang/String;
      intermediary field_11398 Lnet/minecraft/class_2450;field_11398:Ljava/lang/String;
      named group Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;group:Ljava/lang/String;
  • Constructor Details

    • ShapelessRecipeJsonFactory

      public ShapelessRecipeJsonFactory(ItemConvertible output, int outputCount)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ljv;<init>(Lbvw;I)V
      intermediary <init> Lnet/minecraft/class_2450;<init>(Lnet/minecraft/class_1935;I)V
      named <init> Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;<init>(Lnet/minecraft/item/ItemConvertible;I)V
  • Method Details

    • create

      public static ShapelessRecipeJsonFactory create(ItemConvertible output)
      Mappings:
      Namespace Name Mixin selector
      official a Ljv;a(Lbvw;)Ljv;
      intermediary method_10447 Lnet/minecraft/class_2450;method_10447(Lnet/minecraft/class_1935;)Lnet/minecraft/class_2450;
      named create Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;create(Lnet/minecraft/item/ItemConvertible;)Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;
    • create

      public static ShapelessRecipeJsonFactory create(ItemConvertible output, int outputCount)
      Mappings:
      Namespace Name Mixin selector
      official a Ljv;a(Lbvw;I)Ljv;
      intermediary method_10448 Lnet/minecraft/class_2450;method_10448(Lnet/minecraft/class_1935;I)Lnet/minecraft/class_2450;
      named create Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;create(Lnet/minecraft/item/ItemConvertible;I)Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;
    • input

      public ShapelessRecipeJsonFactory input(Tag<Item> tag)
      Mappings:
      Namespace Name Mixin selector
      official a Ljv;a(Lafs;)Ljv;
      intermediary method_10446 Lnet/minecraft/class_2450;method_10446(Lnet/minecraft/class_3494;)Lnet/minecraft/class_2450;
      named input Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;input(Lnet/minecraft/tag/Tag;)Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;
    • input

      public ShapelessRecipeJsonFactory input(ItemConvertible itemProvider)
      Mappings:
      Namespace Name Mixin selector
      official b Ljv;b(Lbvw;)Ljv;
      intermediary method_10454 Lnet/minecraft/class_2450;method_10454(Lnet/minecraft/class_1935;)Lnet/minecraft/class_2450;
      named input Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;input(Lnet/minecraft/item/ItemConvertible;)Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;
    • input

      public ShapelessRecipeJsonFactory input(ItemConvertible itemProvider, int size)
      Mappings:
      Namespace Name Mixin selector
      official b Ljv;b(Lbvw;I)Ljv;
      intermediary method_10449 Lnet/minecraft/class_2450;method_10449(Lnet/minecraft/class_1935;I)Lnet/minecraft/class_2450;
      named input Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;input(Lnet/minecraft/item/ItemConvertible;I)Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;
    • input

      public ShapelessRecipeJsonFactory input(Ingredient ingredient)
      Mappings:
      Namespace Name Mixin selector
      official a Ljv;a(Lbsm;)Ljv;
      intermediary method_10451 Lnet/minecraft/class_2450;method_10451(Lnet/minecraft/class_1856;)Lnet/minecraft/class_2450;
      named input Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;input(Lnet/minecraft/recipe/Ingredient;)Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;
    • input

      public ShapelessRecipeJsonFactory input(Ingredient ingredient, int size)
      Mappings:
      Namespace Name Mixin selector
      official a Ljv;a(Lbsm;I)Ljv;
      intermediary method_10453 Lnet/minecraft/class_2450;method_10453(Lnet/minecraft/class_1856;I)Lnet/minecraft/class_2450;
      named input Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;input(Lnet/minecraft/recipe/Ingredient;I)Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;
    • criterion

      public ShapelessRecipeJsonFactory criterion(String string, CriterionConditions criterionConditions)
      Specified by:
      criterion in interface CraftingRecipeJsonFactory
      Mappings:
      Namespace Name Mixin selector
      official b Ljv;b(Ljava/lang/String;Lal;)Ljv;
      intermediary method_10442 Lnet/minecraft/class_2450;method_10442(Ljava/lang/String;Lnet/minecraft/class_184;)Lnet/minecraft/class_2450;
      named criterion Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;criterion(Ljava/lang/String;Lnet/minecraft/advancement/criterion/CriterionConditions;)Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;
    • group

      public ShapelessRecipeJsonFactory group(String string)
      Specified by:
      group in interface CraftingRecipeJsonFactory
      Mappings:
      Namespace Name Mixin selector
      official b Ljv;b(Ljava/lang/String;)Ljv;
      intermediary method_10452 Lnet/minecraft/class_2450;method_10452(Ljava/lang/String;)Lnet/minecraft/class_2450;
      named group Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;group(Ljava/lang/String;)Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;
    • offerTo

      public void offerTo(Consumer<RecipeJsonProvider> exporter)
      Specified by:
      offerTo in interface CraftingRecipeJsonFactory
      Mappings:
      Namespace Name Mixin selector
      official a Ljs;a(Ljava/util/function/Consumer;)V
      intermediary method_10431 Lnet/minecraft/class_5797;method_10431(Ljava/util/function/Consumer;)V
      named offerTo Lnet/minecraft/data/server/recipe/CraftingRecipeJsonFactory;offerTo(Ljava/util/function/Consumer;)V
    • offerTo

      public void offerTo(Consumer<RecipeJsonProvider> exporter, String recipeIdStr)
      Mappings:
      Namespace Name Mixin selector
      official a Ljv;a(Ljava/util/function/Consumer;Ljava/lang/String;)V
      intermediary method_10450 Lnet/minecraft/class_2450;method_10450(Ljava/util/function/Consumer;Ljava/lang/String;)V
      named offerTo Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;offerTo(Ljava/util/function/Consumer;Ljava/lang/String;)V
    • offerTo

      public void offerTo(Consumer<RecipeJsonProvider> exporter, Identifier recipeId)
      Mappings:
      Namespace Name Mixin selector
      official a Ljv;a(Ljava/util/function/Consumer;Lwp;)V
      intermediary method_10443 Lnet/minecraft/class_2450;method_10443(Ljava/util/function/Consumer;Lnet/minecraft/class_2960;)V
      named offerTo Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;offerTo(Ljava/util/function/Consumer;Lnet/minecraft/util/Identifier;)V
    • validate

      private void validate(Identifier recipeId)
      Mappings:
      Namespace Name Mixin selector
      official a Ljv;a(Lwp;)V
      intermediary method_10445 Lnet/minecraft/class_2450;method_10445(Lnet/minecraft/class_2960;)V
      named validate Lnet/minecraft/data/server/recipe/ShapelessRecipeJsonFactory;validate(Lnet/minecraft/util/Identifier;)V