Class ServerRecipeManager.class_10356

java.lang.Object
net.minecraft.recipe.ServerRecipeManager.class_10356
All Implemented Interfaces:
Consumer<Recipe<?>>
Enclosing class:
ServerRecipeManager

public static class ServerRecipeManager.class_10356 extends Object implements Consumer<Recipe<?>>
Mappings:
Namespace Name
named net/minecraft/recipe/ServerRecipeManager$class_10356
intermediary net/minecraft/class_1863$class_10356
official dck$b
  • Field Details

    • field_54898

      final RegistryKey<RecipePropertySet> field_54898
      Mappings:
      Namespace Name Mixin selector
      named field_54898 Lnet/minecraft/recipe/ServerRecipeManager$class_10356;field_54898:Lnet/minecraft/registry/RegistryKey;
      intermediary field_54898 Lnet/minecraft/class_1863$class_10356;field_54898:Lnet/minecraft/class_5321;
      official a Ldck$b;a:Laly;
    • field_54899

      private final ServerRecipeManager.class_10357 field_54899
      Mappings:
      Namespace Name Mixin selector
      named field_54899 Lnet/minecraft/recipe/ServerRecipeManager$class_10356;field_54899:Lnet/minecraft/recipe/ServerRecipeManager$class_10357;
      intermediary field_54899 Lnet/minecraft/class_1863$class_10356;field_54899:Lnet/minecraft/class_1863$class_10357;
      official b Ldck$b;b:Ldck$c;
    • field_54900

      private final List<Ingredient> field_54900
      Mappings:
      Namespace Name Mixin selector
      named field_54900 Lnet/minecraft/recipe/ServerRecipeManager$class_10356;field_54900:Ljava/util/List;
      intermediary field_54900 Lnet/minecraft/class_1863$class_10356;field_54900:Ljava/util/List;
      official c Ldck$b;c:Ljava/util/List;
  • Constructor Details

  • Method Details

    • accept

      public void accept(Recipe<?> recipe)
      Specified by:
      accept in interface Consumer<Recipe<?>>
      Mappings:
      Namespace Name Mixin selector
      named accept Lnet/minecraft/recipe/ServerRecipeManager$class_10356;accept(Lnet/minecraft/recipe/Recipe;)V
      intermediary method_64995 Lnet/minecraft/class_1863$class_10356;method_64995(Lnet/minecraft/class_1860;)V
      official a Ldck$b;a(Ldcd;)V
    • method_64994

      public RecipePropertySet method_64994(FeatureSet featureSet)
      Mappings:
      Namespace Name Mixin selector
      named method_64994 Lnet/minecraft/recipe/ServerRecipeManager$class_10356;method_64994(Lnet/minecraft/resource/featuretoggle/FeatureSet;)Lnet/minecraft/recipe/RecipePropertySet;
      intermediary method_64994 Lnet/minecraft/class_1863$class_10356;method_64994(Lnet/minecraft/class_7699;)Lnet/minecraft/class_10290;
      official a Ldck$b;a(Lcss;)Ldcm;