LeviLamina
Loading...
Searching...
No Matches
ActionContainer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
npc {
struct
CommandAction; }
8
namespace
npc {
struct
UrlAction; }
9
// clang-format on
10
11
namespace
npc {
12
13
struct
ActionContainer
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 24>
mUnke14f11;
18
::ll::UntypedStorage<8, 24>
mUnk8bc2fe;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
ActionContainer
& operator=(
ActionContainer
const
&);
24
ActionContainer
(
ActionContainer
const
&);
25
ActionContainer
();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI ::npc::ActionContainer& operator=(
::npc::ActionContainer
&&);
31
32
MCAPI
void
push(::std::variant<::npc::CommandAction, ::npc::UrlAction>&& action);
33
34
MCAPI
void
reset(::std::vector<::std::variant<::npc::CommandAction, ::npc::UrlAction>>&& data);
35
36
MCAPI
~ActionContainer
();
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCAPI
void
$dtor();
43
// NOLINTEND
44
};
45
46
}
// namespace npc
ll::UntypedStorage
Definition
Alias.h:14
npc::ActionContainer
Definition
ActionContainer.h:13
src
mc
world
actor
npc
ActionContainer.h
Generated on Sat Apr 26 2025 05:56:06 for LeviLamina by
1.12.0