Uses of Class
net.minecraft.recipe.StonecuttingRecipe
Package
Description
-
Uses of StonecuttingRecipe in net.minecraft.client.recipebook
Modifier and TypeFieldDescriptionprivate final CuttingRecipeDisplay.Grouping
<StonecuttingRecipe> ClientRecipeManager.recipes
ModifierConstructorDescriptionClientRecipeManager
(Map<RegistryKey<RecipePropertySet>, RecipePropertySet> propertySets, CuttingRecipeDisplay.Grouping<StonecuttingRecipe> recipes) -
Uses of StonecuttingRecipe in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final CuttingRecipeDisplay.Grouping
<StonecuttingRecipe> SynchronizeRecipesS2CPacket.stonecutterRecipes
The field for thestonecutterRecipes
record component.Modifier and TypeMethodDescriptionSynchronizeRecipesS2CPacket.stonecutterRecipes()
Returns the value of thestonecutterRecipes
record component.ModifierConstructorDescriptionSynchronizeRecipesS2CPacket
(Map<RegistryKey<RecipePropertySet>, RecipePropertySet> map, CuttingRecipeDisplay.Grouping<StonecuttingRecipe> grouping) -
Uses of StonecuttingRecipe in net.minecraft.recipe
Modifier and TypeFieldDescriptionServerRecipeManager.stonecutterRecipes
static final RecipeSerializer
<StonecuttingRecipe> RecipeSerializer.STONECUTTING
static final RecipeType
<StonecuttingRecipe> RecipeType.STONECUTTING
Modifier and TypeMethodDescriptionStonecuttingRecipe.getSerializer()
Returns the serializer associated with this recipe.ServerRecipeManager.getStonecutterRecipeForSync()
RecipeManager.getStonecutterRecipes()
ServerRecipeManager.getStonecutterRecipes()
StonecuttingRecipe.getType()
Returns the type of this recipe. -
Uses of StonecuttingRecipe in net.minecraft.screen