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 // vIndex: 0
35 virtual ~FertilizeFarmBlockDefinition() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCAPI static void buildSchema(
42 ::std::string const& name,
44 root
45 );
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition BaseGoalDefinition.h:10
Definition FertilizeFarmBlockDefinition.h:14
static MCAPI void ** $vftable()
Definition JsonSchemaObjectNode.h:8