LeviLamina
Loading...
Searching...
No Matches
ShareableDefinition.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
8// auto generated forward declare list
9// clang-format off
10struct Shareable;
11namespace JsonUtil { class EmptyClass; }
12// clang-format on
13
14class ShareableDefinition {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 24, ::std::vector<::Shareable>> mItems;
19 ::ll::TypedStorage<1, 1, bool> mShareAllItems;
20 ::ll::TypedStorage<4, 4, int> mAllItemWantAmount;
21 ::ll::TypedStorage<4, 4, int> mAllItemSurplusAmount;
22 ::ll::TypedStorage<4, 4, int> mAllItemMaxAmount;
23 ::ll::TypedStorage<1, 1, bool> mSingularPickup;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI ShareableDefinition();
30
31 MCAPI void addShareable(::Shareable const& shareable);
32
33 MCAPI void addShareableByName(::std::string const& name);
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCAPI static void buildSchema(
41 );
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor();
48 // NOLINTEND
49};
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition Shareable.h:8