Uses of Class
net.minecraft.item.crafting.SmithingRecipe
-
Uses of SmithingRecipe in net.minecraft.inventory.container
Modifier and TypeFieldDescriptionprivate final List<SmithingRecipe>
SmithingTableContainer.recipes
-
Uses of SmithingRecipe in net.minecraft.item.crafting
Modifier and TypeFieldDescriptionstatic final IRecipeSerializer<SmithingRecipe>
IRecipeSerializer.SMITHING
static final IRecipeType<SmithingRecipe>
IRecipeType.SMITHING
Modifier and TypeMethodDescriptionSmithingRecipe.Serializer.fromJson
(ResourceLocation p_199425_1_, com.google.gson.JsonObject p_199425_2_) SmithingRecipe.Serializer.fromNetwork
(ResourceLocation p_199426_1_, PacketBuffer p_199426_2_) Modifier and TypeMethodDescriptionvoid
SmithingRecipe.Serializer.toNetwork
(PacketBuffer p_199427_1_, SmithingRecipe p_199427_2_)