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.recipesMethods 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.stonecutterRecipesThe field for thestonecutterRecipesrecord component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type StonecuttingRecipeModifier and TypeMethodDescriptionSynchronizeRecipesS2CPacket.stonecutterRecipes()Returns the value of thestonecutterRecipesrecord 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.stonecutterRecipesstatic final RecipeSerializer<StonecuttingRecipe> RecipeSerializer.STONECUTTINGstatic final RecipeType<StonecuttingRecipe> RecipeType.STONECUTTINGMethods 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