Uses of Class
net.minecraft.recipe.LegacySmithingRecipe
Packages that use LegacySmithingRecipe
-
Uses of LegacySmithingRecipe in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type LegacySmithingRecipeModifier and TypeFieldDescriptionstatic final RecipeSerializer<LegacySmithingRecipe>RecipeSerializer.SMITHINGMethods in net.minecraft.recipe that return LegacySmithingRecipeModifier and TypeMethodDescriptionLegacySmithingRecipe.Serializer.read(Identifier identifier, JsonObject jsonObject) LegacySmithingRecipe.Serializer.read(Identifier identifier, PacketByteBuf packetByteBuf) Methods in net.minecraft.recipe with parameters of type LegacySmithingRecipeModifier and TypeMethodDescriptionvoidLegacySmithingRecipe.Serializer.write(PacketByteBuf packetByteBuf, LegacySmithingRecipe legacySmithingRecipe) -
Uses of LegacySmithingRecipe in net.minecraft.screen
Fields in net.minecraft.screen declared as LegacySmithingRecipeModifier and TypeFieldDescriptionprivate @Nullable LegacySmithingRecipeLegacySmithingScreenHandler.currentRecipeDeprecated, for removal: This API element is subject to removal in a future version.Fields in net.minecraft.screen with type parameters of type LegacySmithingRecipeModifier and TypeFieldDescriptionprivate final List<LegacySmithingRecipe>LegacySmithingScreenHandler.recipesDeprecated, for removal: This API element is subject to removal in a future version.