LeviLamina
Loading...
Searching...
No Matches
WorkComposterDefinition.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/actor/ai/goal/WorkDefinition.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace JsonUtil { class EmptyClass; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, int> mMinUseBlockDelay;
19 ::ll::TypedStorage<4, 4, int> mMaxUseBlockDelay;
20 ::ll::TypedStorage<4, 4, int> mMaxItemsPerUse;
21 ::ll::TypedStorage<4, 4, int> mMaxBlockInteractions;
22 ::ll::TypedStorage<1, 1, bool> mCanFillComposter;
23 ::ll::TypedStorage<1, 1, bool> mCanEmptyComposter;
24 ::ll::TypedStorage<4, 4, int> mMinItemCount;
25 // NOLINTEND
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~WorkComposterDefinition() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static void buildSchema(
38 ::std::string const& name,
40 );
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCNAPI static void** $vftable();
47 // NOLINTEND
48};
Definition JsonSchemaObjectNode.h:8
Definition WorkComposterDefinition.h:14
static MCAPI void ** $vftable()
Definition WorkDefinition.h:9