LeviLamina
Loading...
Searching...
No Matches
DragonFlamingDefinition.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
11class Mob;
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 // vIndex: 1
38 virtual bool validateMobType(::Mob& mob) const /*override*/;
39
40 // vIndex: 0
41 virtual ~DragonFlamingDefinition() /*override*/ = default;
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCNAPI static void buildSchema(
48 ::std::string const& name,
50 );
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCNAPI bool $validateMobType(::Mob& mob) const;
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
Definition BaseGoalDefinition.h:10
Definition DragonFlamingDefinition.h:15
MCAPI bool $validateMobType(::Mob &mob) const
static MCAPI void buildSchema(::std::string const &name, ::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::DragonFlamingDefinition > > &root)
static MCAPI void ** $vftable()
Definition JsonSchemaObjectNode.h:8
Definition Mob.h:47
Definition Alias.h:14