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.Codec<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.Codec<ShapedRecipe>
ShapedRecipe.Serializer.codec()
ShapedRecipe.Serializer.packetCodec()
Methods in net.minecraft.recipe with parameters of type ShapedRecipeModifier and TypeMethodDescriptionprivate static void
ShapedRecipe.Serializer.write
(RegistryByteBuf buf, ShapedRecipe recipe)