Uses of Class
net.minecraft.world.item.crafting.ShapedRecipe
Packages that use ShapedRecipe
-
Uses of ShapedRecipe in net.minecraft.world.item.crafting
Subclasses of ShapedRecipe in net.minecraft.world.item.craftingFields in net.minecraft.world.item.crafting with type parameters of type ShapedRecipeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ShapedRecipe>
ShapedRecipe.Serializer.CODEC
static final RecipeSerializer<ShapedRecipe>
RecipeSerializer.SHAPED_RECIPE
Methods in net.minecraft.world.item.crafting that return ShapedRecipeMethods in net.minecraft.world.item.crafting that return types with arguments of type ShapedRecipeModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<ShapedRecipe>
ShapedRecipe.Serializer.codec()
Methods in net.minecraft.world.item.crafting with parameters of type ShapedRecipeModifier and TypeMethodDescriptionvoid
ShapedRecipe.Serializer.toNetwork
(FriendlyByteBuf p_44227_, ShapedRecipe p_44228_) -
Uses of ShapedRecipe in net.minecraftforge.common.data
Methods in net.minecraftforge.common.data with parameters of type ShapedRecipeModifier and TypeMethodDescriptionprivate @Nullable Recipe<?>
ForgeRecipeProvider.enhance
(ResourceLocation id, ShapedRecipe vanilla)