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/ClientRecipeManagerintermediary net/minecraft/class_10333official glq
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<RegistryKey<RecipePropertySet>, RecipePropertySet> private final CuttingRecipeDisplay.Grouping<StonecuttingRecipe> -
Constructor Summary
ConstructorsConstructorDescriptionClientRecipeManager(Map<RegistryKey<RecipePropertySet>, RecipePropertySet> propertySets, CuttingRecipeDisplay.Grouping<StonecuttingRecipe> recipes) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
propertySets
- Mappings:
Namespace Name Mixin selector named propertySetsLnet/minecraft/client/recipebook/ClientRecipeManager;propertySets:Ljava/util/Map;intermediary field_54853Lnet/minecraft/class_10333;field_54853:Ljava/util/Map;official aLglq;a:Ljava/util/Map;
-
recipes
- Mappings:
Namespace Name Mixin selector named recipesLnet/minecraft/client/recipebook/ClientRecipeManager;recipes:Lnet/minecraft/recipe/display/CuttingRecipeDisplay$Grouping;intermediary field_54854Lnet/minecraft/class_10333;field_54854:Lnet/minecraft/class_10291$class_10293;official bLglq;b:Ldfo$b;
-
-
Constructor Details
-
ClientRecipeManager
public 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;)Vintermediary <init>Lnet/minecraft/class_10333;<init>(Ljava/util/Map;Lnet/minecraft/class_10291$class_10293;)Vofficial <init>Lglq;<init>(Ljava/util/Map;Ldfo$b;)V
-
-
Method Details
-
getPropertySet
- Specified by:
getPropertySetin interfaceRecipeManager- Mappings:
Namespace Name Mixin selector named getPropertySetLnet/minecraft/recipe/RecipeManager;getPropertySet(Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/recipe/RecipePropertySet;intermediary method_64678Lnet/minecraft/class_10286;method_64678(Lnet/minecraft/class_5321;)Lnet/minecraft/class_10290;official aLdfc;a(Lalq;)Ldfk;
-
getStonecutterRecipes
- Specified by:
getStonecutterRecipesin interfaceRecipeManager- Mappings:
Namespace Name Mixin selector named getStonecutterRecipesLnet/minecraft/recipe/RecipeManager;getStonecutterRecipes()Lnet/minecraft/recipe/display/CuttingRecipeDisplay$Grouping;intermediary method_64677Lnet/minecraft/class_10286;method_64677()Lnet/minecraft/class_10291$class_10293;official aLdfc;a()Ldfo$b;
-