LeviLamina
Loading...
Searching...
No Matches
TeleportToOwnerDefinition.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/ActorFilterGroup.h"
8#include "mc/world/actor/ai/goal/BaseGoalDefinition.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilters;
20 ::ll::TypedStorage<4, 4, float> mCooldownInSeconds;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 0
27 virtual ~TeleportToOwnerDefinition() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // static functions
32 // NOLINTBEGIN
33 MCAPI static void buildSchema(
34 ::std::string const& name,
36 );
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
Definition BaseGoalDefinition.h:10
Definition JsonSchemaObjectNode.h:8
Definition TeleportToOwnerDefinition.h:15
static MCAPI void ** $vftable()