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
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 void addShareable(::Shareable const& shareable);
30
31 MCAPI void addShareableByName(::std::string const& name);
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static void buildSchema(
39 );
40 // NOLINTEND
41};
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition ShareableDefinition.h:14
Definition Shareable.h:8