Package net.minecraft.client.recipebook
Class ClientStonecutterRecipes
java.lang.Object
net.minecraft.client.recipebook.ClientStonecutterRecipes
- All Implemented Interfaces:
StonecutterRecipes
@Environment(CLIENT)
public class ClientStonecutterRecipes
extends Object
implements StonecutterRecipes
- Mappings:
Namespace Name named net/minecraft/client/recipebook/ClientStonecutterRecipesintermediary net/minecraft/class_10333official gff
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<RegistryKey<RecipePropertySet>, RecipePropertySet> private final CuttingRecipeDisplay.Grouping<StonecuttingRecipe> -
Constructor Summary
ConstructorsConstructorDescriptionClientStonecutterRecipes(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/ClientStonecutterRecipes;propertySets:Ljava/util/Map;intermediary field_54853Lnet/minecraft/class_10333;field_54853:Ljava/util/Map;official aLgff;a:Ljava/util/Map;
-
recipes
- Mappings:
Namespace Name Mixin selector named recipesLnet/minecraft/client/recipebook/ClientStonecutterRecipes;recipes:Lnet/minecraft/recipe/display/CuttingRecipeDisplay$Grouping;intermediary field_54854Lnet/minecraft/class_10333;field_54854:Lnet/minecraft/class_10291$class_10293;official bLgff;b:Ldcl$b;
-
-
Constructor Details
-
ClientStonecutterRecipes
public ClientStonecutterRecipes(Map<RegistryKey<RecipePropertySet>, RecipePropertySet> propertySets, CuttingRecipeDisplay.Grouping<StonecuttingRecipe> recipes) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/recipebook/ClientStonecutterRecipes;<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>Lgff;<init>(Ljava/util/Map;Ldcl$b;)V
-
-
Method Details
-
getPropertySet
- Specified by:
getPropertySetin interfaceStonecutterRecipes- Mappings:
Namespace Name Mixin selector named getPropertySetLnet/minecraft/recipe/StonecutterRecipes;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 aLdca;a(Laly;)Ldch;
-
getStonecutterRecipes
- Specified by:
getStonecutterRecipesin interfaceStonecutterRecipes- Mappings:
Namespace Name Mixin selector named getStonecutterRecipesLnet/minecraft/recipe/StonecutterRecipes;getStonecutterRecipes()Lnet/minecraft/recipe/display/CuttingRecipeDisplay$Grouping;intermediary method_64677Lnet/minecraft/class_10286;method_64677()Lnet/minecraft/class_10291$class_10293;official aLdca;a()Ldcl$b;
-