Package net.minecraft.client.multiplayer
Class ClientRecipeContainer
java.lang.Object
net.minecraft.client.multiplayer.ClientRecipeContainer
- All Implemented Interfaces:
RecipeAccess
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map
<ResourceKey<RecipePropertySet>, RecipePropertySet> private final SelectableRecipe.SingleInputSet
<StonecutterRecipe> -
Constructor Summary
ConstructorsConstructorDescriptionClientRecipeContainer
(Map<ResourceKey<RecipePropertySet>, RecipePropertySet> p_380386_, SelectableRecipe.SingleInputSet<StonecutterRecipe> p_380139_) -
Method Summary
-
Field Details
-
itemSets
-
stonecutterRecipes
-
-
Constructor Details
-
ClientRecipeContainer
public ClientRecipeContainer(Map<ResourceKey<RecipePropertySet>, RecipePropertySet> p_380386_, SelectableRecipe.SingleInputSet<StonecutterRecipe> p_380139_)
-
-
Method Details
-
propertySet
- Specified by:
propertySet
in interfaceRecipeAccess
-
stonecutterRecipes
- Specified by:
stonecutterRecipes
in interfaceRecipeAccess
-