Uses of Class
net.minecraft.recipe.ShapedRecipe
Packages that use ShapedRecipe
-
Uses of ShapedRecipe in net.minecraft.recipe
Subclasses of ShapedRecipe in net.minecraft.recipeFields in net.minecraft.recipe with type parameters of type ShapedRecipeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<ShapedRecipe> ShapedRecipe.Serializer.CODEC
static final PacketCodec
<RegistryByteBuf, ShapedRecipe> ShapedRecipe.Serializer.PACKET_CODEC
static final RecipeSerializer
<ShapedRecipe> RecipeSerializer.SHAPED
Methods in net.minecraft.recipe that return ShapedRecipeModifier and TypeMethodDescriptionprivate static ShapedRecipe
ShapedRecipe.Serializer.read
(RegistryByteBuf buf) Methods in net.minecraft.recipe that return types with arguments of type ShapedRecipeModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<ShapedRecipe> ShapedRecipe.Serializer.codec()
RecipeSerializer
<? extends ShapedRecipe> ShapedRecipe.getSerializer()
Returns the serializer associated with this recipe.ShapedRecipe.Serializer.packetCodec()
Deprecated.Methods in net.minecraft.recipe with parameters of type ShapedRecipeModifier and TypeMethodDescriptionprivate static void
ShapedRecipe.Serializer.write
(RegistryByteBuf buf, ShapedRecipe recipe)
Recipe
is no longer synced to the clients, making this obsolete.