Uses of Class
net.minecraft.item.crafting.ShapedRecipe
-
Packages that use ShapedRecipe Package Description net.minecraft.item.crafting -
-
Uses of ShapedRecipe in net.minecraft.item.crafting
Subclasses of ShapedRecipe in net.minecraft.item.crafting Modifier and Type Class Description class
MapExtendingRecipe
Fields in net.minecraft.item.crafting with type parameters of type ShapedRecipe Modifier and Type Field Description static IRecipeSerializer<ShapedRecipe>
IRecipeSerializer. SHAPED_RECIPE
Methods in net.minecraft.item.crafting that return ShapedRecipe Modifier and Type Method Description ShapedRecipe
ShapedRecipe.Serializer. fromJson(ResourceLocation p_199425_1_, com.google.gson.JsonObject p_199425_2_)
ShapedRecipe
ShapedRecipe.Serializer. fromNetwork(ResourceLocation p_199426_1_, PacketBuffer p_199426_2_)
Methods in net.minecraft.item.crafting with parameters of type ShapedRecipe Modifier and Type Method Description void
ShapedRecipe.Serializer. toNetwork(PacketBuffer p_199427_1_, ShapedRecipe p_199427_2_)
-