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 // member variables
17 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 0
37 virtual ~FertilizeFarmBlockDefinition() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCNAPI static void buildSchema(
44 ::std::string const& name,
46 root
47 );
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCNAPI static void** $vftable();
54 // NOLINTEND
55};
Definition BaseGoalDefinition.h:10
Definition FertilizeFarmBlockDefinition.h:14
static MCAPI void buildSchema(::std::string const &name, ::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::FertilizeFarmBlockDefinition > > &root)
static MCAPI void ** $vftable()
Definition JsonSchemaObjectNode.h:8
Definition Alias.h:14