Uses of Class
net.minecraft.item.crafting.ShapelessRecipe
Packages that use ShapelessRecipe
-
Uses of ShapelessRecipe in net.minecraft.item.crafting
Fields in net.minecraft.item.crafting with type parameters of type ShapelessRecipeModifier and TypeFieldDescriptionstatic final IRecipeSerializer<ShapelessRecipe>
IRecipeSerializer.SHAPELESS_RECIPE
Methods in net.minecraft.item.crafting that return ShapelessRecipeModifier and TypeMethodDescriptionShapelessRecipe.Serializer.fromJson
(ResourceLocation p_199425_1_, com.google.gson.JsonObject p_199425_2_) ShapelessRecipe.Serializer.fromNetwork
(ResourceLocation p_199426_1_, PacketBuffer p_199426_2_) Methods in net.minecraft.item.crafting with parameters of type ShapelessRecipeModifier and TypeMethodDescriptionvoid
ShapelessRecipe.Serializer.toNetwork
(PacketBuffer p_199427_1_, ShapelessRecipe p_199427_2_)