Uses of Class
net.minecraft.item.crafting.SmithingRecipe
-
Packages that use SmithingRecipe Package Description net.minecraft.inventory.container net.minecraft.item.crafting -
-
Uses of SmithingRecipe in net.minecraft.inventory.container
Fields in net.minecraft.inventory.container declared as SmithingRecipe Modifier and Type Field Description private SmithingRecipe
SmithingTableContainer. selectedRecipe
Fields in net.minecraft.inventory.container with type parameters of type SmithingRecipe Modifier and Type Field Description private java.util.List<SmithingRecipe>
SmithingTableContainer. recipes
-
Uses of SmithingRecipe in net.minecraft.item.crafting
Fields in net.minecraft.item.crafting with type parameters of type SmithingRecipe Modifier and Type Field Description static IRecipeSerializer<SmithingRecipe>
IRecipeSerializer. SMITHING
static IRecipeType<SmithingRecipe>
IRecipeType. SMITHING
Methods in net.minecraft.item.crafting that return SmithingRecipe Modifier and Type Method Description SmithingRecipe
SmithingRecipe.Serializer. fromJson(ResourceLocation p_199425_1_, com.google.gson.JsonObject p_199425_2_)
SmithingRecipe
SmithingRecipe.Serializer. fromNetwork(ResourceLocation p_199426_1_, PacketBuffer p_199426_2_)
Methods in net.minecraft.item.crafting with parameters of type SmithingRecipe Modifier and Type Method Description void
SmithingRecipe.Serializer. toNetwork(PacketBuffer p_199427_1_, SmithingRecipe p_199427_2_)
-