LeviLamina
Loading...
Searching...
No Matches
ItemStackBaseComponentsHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class ItemStackBase;
8namespace Json { class Value; }
9// clang-format on
10
12public:
13 // static functions
14 // NOLINTBEGIN
15 MCAPI static bool isValidComponent(::std::string const& name);
16
17 MCAPI static bool updateComponent(::ItemStackBase& item, ::std::string const& name, ::Json::Value const& data);
18 // NOLINTEND
19};
Definition ItemStackBaseComponentsHelper.h:11
Definition ItemStackBase.h:35
Definition Value.h:16