Package net.minecraft.client.recipebook
Class ClientRecipeManager
java.lang.Object
net.minecraft.client.recipebook.ClientRecipeManager
- All Implemented Interfaces:
- RecipeManager
- Mappings:
- Namespace - Name - named - net/minecraft/client/recipebook/ClientRecipeManager- intermediary - net/minecraft/class_10333- official - ggc
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Map<RegistryKey<RecipePropertySet>, RecipePropertySet> private final CuttingRecipeDisplay.Grouping<StonecuttingRecipe> 
- 
Constructor SummaryConstructorsConstructorDescriptionClientRecipeManager(Map<RegistryKey<RecipePropertySet>, RecipePropertySet> propertySets, CuttingRecipeDisplay.Grouping<StonecuttingRecipe> recipes) 
- 
Method SummaryModifier and TypeMethodDescription
- 
Field Details- 
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- 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- 
ClientRecipeManagerpublic ClientRecipeManager(Map<RegistryKey<RecipePropertySet>, RecipePropertySet> propertySets, CuttingRecipeDisplay.Grouping<StonecuttingRecipe> recipes) - 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- 
getPropertySet- Specified by:
- getPropertySetin 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- Specified by:
- getStonecutterRecipesin 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;
 
 
-