LeviLamina
Loading...
Searching...
No Matches
TrustingDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/json_util/JsonSchemaObjectNode.h"
7#include "mc/world/item/Item.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace JsonUtil { class EmptyClass; }
12// clang-format on
13
14class TrustingDefinition {
15public:
16 // member variables
17 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 TrustingDefinition& operator=(TrustingDefinition const&);
26 TrustingDefinition(TrustingDefinition const&);
27 TrustingDefinition();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI void addTrustItemByName(::std::string const& name);
33
34 MCAPI ~TrustingDefinition();
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static void buildSchema(
42 );
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCAPI void $dtor();
49 // NOLINTEND
50};
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition Alias.h:14