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 virtual ~WorkComposterDefinition() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static void buildSchema(
37 ::std::string const& name,
39 );
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition WorkComposterDefinition.h:14
static MCAPI void ** $vftable()
Definition WorkDefinition.h:15