LeviLamina
Loading...
Searching...
No Matches
NearestAttackableTargetDefinition.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/target/TargetGoalDefinition.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 // NearestAttackableTargetDefinition inner types define
19
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<1, 1, bool> mReselectTargets;
24 ::ll::TypedStorage<4, 4, int> mAttackInterval;
25 ::ll::TypedStorage<4, 4, int> mScanInterval;
26 ::ll::TypedStorage<4, 4, float> mTargetSearchHeight;
27 ::ll::TypedStorage<4, 4, float> mTargetInvisibleMultiplier;
28 ::ll::TypedStorage<4, 4, float> mTargetSneakVisibilityMultiplier;
29 ::ll::TypedStorage<1, 1, bool> mSetPersistent;
30 // NOLINTEND
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 2
36 virtual bool validate(::Mob& mob) const /*override*/;
37
38 // vIndex: 0
39 virtual ~NearestAttackableTargetDefinition() /*override*/ = default;
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static void buildSchema(
46 ::std::string const& name,
47 ::std::shared_ptr<
49 );
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCAPI bool $validate(::Mob& mob) const;
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
Definition JsonSchemaObjectNode.h:8
Definition Mob.h:47
Definition NearestAttackableTargetDefinition.h:15
static MCAPI void ** $vftable()
Definition TargetGoalDefinition.h:13