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 ggc
  • Field Details Link icon

    • propertySets Link icon

      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 Lggc;a:Ljava/util/Map;
    • recipes Link icon

      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 Lggc;b:Ldbs$b;
  • Constructor Details Link icon

    • ClientRecipeManager Link icon

      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> Lggc;<init>(Ljava/util/Map;Ldbs$b;)V
  • Method Details Link icon

    • getPropertySet Link icon

      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 Ldbg;a(Laku;)Ldbo;
    • getStonecutterRecipes Link icon

      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 Ldbg;a()Ldbs$b;