LeviLamina
Loading...
Searching...
No Matches
SmithingTableContainerValidationUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class ItemStackBase;
9// clang-format on
10
11namespace SmithingTableContainerValidationUtils {
12// functions
13// NOLINTBEGIN
14MCNAPI bool isItemAllowedInInputSlot(::ContainerScreenContext const& screenContext, ::ItemStackBase const& item);
15
16MCNAPI bool isItemAllowedInMaterialSlot(::ContainerScreenContext const& screenContext, ::ItemStackBase const& item);
17
18MCNAPI bool isItemAllowedInTemplateSlot(::ContainerScreenContext const& screenContext, ::ItemStackBase const& item);
19// NOLINTEND
20
21} // namespace SmithingTableContainerValidationUtils
Definition ContainerScreenContext.h:17
Definition ItemStackBase.h:35