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