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 virtual ~TeleportToOwnerDefinition() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // static functions
31 // NOLINTBEGIN
32 MCAPI static void buildSchema(
33 ::std::string const& name,
35 );
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
Definition BaseGoalDefinition.h:10
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition TeleportToOwnerDefinition.h:15
static MCAPI void ** $vftable()