Uses of Class
net.minecraft.item.crafting.SmithingRecipe
Packages that use SmithingRecipe
-
Uses of SmithingRecipe in net.minecraft.inventory.container
Fields in net.minecraft.inventory.container declared as SmithingRecipeFields in net.minecraft.inventory.container with type parameters of type SmithingRecipeModifier and TypeFieldDescriptionprivate final List<SmithingRecipe>
SmithingTableContainer.recipes
-
Uses of SmithingRecipe in net.minecraft.item.crafting
Fields in net.minecraft.item.crafting with type parameters of type SmithingRecipeModifier and TypeFieldDescriptionstatic final IRecipeSerializer<SmithingRecipe>
IRecipeSerializer.SMITHING
static final IRecipeType<SmithingRecipe>
IRecipeType.SMITHING
Methods in net.minecraft.item.crafting that return SmithingRecipeModifier 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_) Methods in net.minecraft.item.crafting with parameters of type SmithingRecipeModifier and TypeMethodDescriptionvoid
SmithingRecipe.Serializer.toNetwork
(PacketBuffer p_199427_1_, SmithingRecipe p_199427_2_)