LeviLamina
Loading...
Searching...
No Matches
SmithingTrimRecipeUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class ItemStack;
9// clang-format on
10
11namespace SmithingTrimRecipeUtils {
12// functions
13// NOLINTBEGIN
14MCNAPI bool doesItemHaveResultingTrim(
15 ::CraftingContext const& craftingContext,
16 ::ItemStack const& item,
17 ::std::string const& templateName,
18 ::std::string const& materialName
19);
20// NOLINTEND
21
22} // namespace SmithingTrimRecipeUtils
Definition CraftingContext.h:13
Definition ItemStack.h:25