Class ClientRecipeManager

java.lang.Object
net.minecraft.client.recipebook.ClientRecipeManager
All Implemented Interfaces:
RecipeManager

@Environment(CLIENT) public class ClientRecipeManager extends Object implements RecipeManager
Mappings:
Namespace Name
named net/minecraft/client/recipebook/ClientRecipeManager
intermediary net/minecraft/class_10333
official gfl
  • Field Details

    • propertySets

      private final Map<RegistryKey<RecipePropertySet>,RecipePropertySet> propertySets
      Mappings:
      Namespace Name Mixin selector
      named propertySets Lnet/minecraft/client/recipebook/ClientRecipeManager;propertySets:Ljava/util/Map;
      intermediary field_54853 Lnet/minecraft/class_10333;field_54853:Ljava/util/Map;
      official a Lgfl;a:Ljava/util/Map;
    • recipes

      Mappings:
      Namespace Name Mixin selector
      named recipes Lnet/minecraft/client/recipebook/ClientRecipeManager;recipes:Lnet/minecraft/recipe/display/CuttingRecipeDisplay$Grouping;
      intermediary field_54854 Lnet/minecraft/class_10333;field_54854:Lnet/minecraft/class_10291$class_10293;
      official b Lgfl;b:Ldcq$b;
  • Constructor Details

    • ClientRecipeManager

      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/recipebook/ClientRecipeManager;<init>(Ljava/util/Map;Lnet/minecraft/recipe/display/CuttingRecipeDisplay$Grouping;)V
      intermediary <init> Lnet/minecraft/class_10333;<init>(Ljava/util/Map;Lnet/minecraft/class_10291$class_10293;)V
      official <init> Lgfl;<init>(Ljava/util/Map;Ldcq$b;)V
  • Method Details

    • getPropertySet

      public RecipePropertySet getPropertySet(RegistryKey<RecipePropertySet> key)
      Specified by:
      getPropertySet in interface RecipeManager
      Mappings:
      Namespace Name Mixin selector
      named getPropertySet Lnet/minecraft/recipe/RecipeManager;getPropertySet(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/recipe/RecipePropertySet;
      intermediary method_64678 Lnet/minecraft/class_10286;method_64678(Lnet/minecraft/class_5321;)Lnet/minecraft/class_10290;
      official a Ldce;a(Laly;)Ldcm;
    • getStonecutterRecipes

      public CuttingRecipeDisplay.Grouping<StonecuttingRecipe> getStonecutterRecipes()
      Specified by:
      getStonecutterRecipes in interface RecipeManager
      Mappings:
      Namespace Name Mixin selector
      named getStonecutterRecipes Lnet/minecraft/recipe/RecipeManager;getStonecutterRecipes()Lnet/minecraft/recipe/display/CuttingRecipeDisplay$Grouping;
      intermediary method_64677 Lnet/minecraft/class_10286;method_64677()Lnet/minecraft/class_10291$class_10293;
      official a Ldce;a()Ldcq$b;