Uses of Class
net.minecraft.recipe.SmithingRecipe
Packages that use SmithingRecipe
-
Uses of SmithingRecipe in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type SmithingRecipeModifier and TypeFieldDescriptionstatic RecipeSerializer<SmithingRecipe>
RecipeSerializer.SMITHING
static RecipeType<SmithingRecipe>
RecipeType.SMITHING
Methods in net.minecraft.recipe that return SmithingRecipeModifier and TypeMethodDescriptionSmithingRecipe.Serializer.read(Identifier identifier, JsonObject jsonObject)
SmithingRecipe.Serializer.read(Identifier identifier, PacketByteBuf packetByteBuf)
Methods in net.minecraft.recipe with parameters of type SmithingRecipeModifier and TypeMethodDescriptionvoid
SmithingRecipe.Serializer.write(PacketByteBuf packetByteBuf, SmithingRecipe smithingRecipe)
-
Uses of SmithingRecipe in net.minecraft.screen
Fields in net.minecraft.screen declared as SmithingRecipeModifier and TypeFieldDescriptionprivate @Nullable SmithingRecipe
SmithingScreenHandler.field_25386
Fields in net.minecraft.screen with type parameters of type SmithingRecipe