Uses of Class
net.minecraft.recipe.StonecuttingRecipe
Packages that use StonecuttingRecipe
Package
Description
-
Uses of StonecuttingRecipe in net.minecraft.client.recipebook
Fields in net.minecraft.client.recipebook with type parameters of type StonecuttingRecipeModifier and TypeFieldDescriptionprivate final CuttingRecipeDisplay.Grouping
<StonecuttingRecipe> ClientRecipeManager.recipes
Methods in net.minecraft.client.recipebook that return types with arguments of type StonecuttingRecipeConstructor parameters in net.minecraft.client.recipebook with type arguments of type StonecuttingRecipeModifierConstructorDescriptionClientRecipeManager
(Map<RegistryKey<RecipePropertySet>, RecipePropertySet> propertySets, CuttingRecipeDisplay.Grouping<StonecuttingRecipe> recipes) -
Uses of StonecuttingRecipe in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type StonecuttingRecipeModifier and TypeFieldDescriptionprivate final CuttingRecipeDisplay.Grouping
<StonecuttingRecipe> SynchronizeRecipesS2CPacket.stonecutterRecipes
The field for thestonecutterRecipes
record component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type StonecuttingRecipeModifier and TypeMethodDescriptionSynchronizeRecipesS2CPacket.stonecutterRecipes()
Returns the value of thestonecutterRecipes
record component.Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type StonecuttingRecipeModifierConstructorDescriptionSynchronizeRecipesS2CPacket
(Map<RegistryKey<RecipePropertySet>, RecipePropertySet> map, CuttingRecipeDisplay.Grouping<StonecuttingRecipe> grouping) -
Uses of StonecuttingRecipe in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type StonecuttingRecipeModifier and TypeFieldDescriptionServerRecipeManager.stonecutterRecipes
static final RecipeSerializer
<StonecuttingRecipe> RecipeSerializer.STONECUTTING
static final RecipeType
<StonecuttingRecipe> RecipeType.STONECUTTING
Methods in net.minecraft.recipe that return types with arguments of type StonecuttingRecipeModifier 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
Fields in net.minecraft.screen with type parameters of type StonecuttingRecipeMethods in net.minecraft.screen that return types with arguments of type StonecuttingRecipe