LeviLamina
Loading...
Searching...
No Matches
FertilizeFarmBlockDefinition.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/BaseGoalDefinition.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace JsonUtil { class EmptyClass; }
12// clang-format on
13
15public:
16 // FertilizeFarmBlockDefinition inner types define
18
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<4, 4, int> mMaxFertilizerUsage;
23 ::ll::TypedStorage<4, 4, float> mSearchCooldownMaximumSeconds;
24 ::ll::TypedStorage<4, 4, int> mSearchCount;
25 ::ll::TypedStorage<4, 4, int> mSearchHeight;
26 ::ll::TypedStorage<4, 4, int> mSearchRange;
27 ::ll::TypedStorage<4, 4, float> mGoalRadius;
28 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
29 // NOLINTEND
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 virtual ~FertilizeFarmBlockDefinition() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static void buildSchema(
41 ::std::string const& name,
43 root
44 );
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition BaseGoalDefinition.h:10
Definition FertilizeFarmBlockDefinition.h:14
static MCAPI void ** $vftable()
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8