LeviLamina
Loading...
Searching...
No Matches
LootItemFunctions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace Json { class Value; }
9// clang-format on
10
12public:
13 // static functions
14 // NOLINTBEGIN
15 MCAPI static ::std::vector<::std::unique_ptr<::LootItemFunction>>
16 deserialize(::Json::Value object, bool usingUpcomingCreatorFeaturesExperiment);
17 // NOLINTEND
18};
Definition Value.h:16
Definition LootItemFunction.h:17
Definition LootItemFunctions.h:11