LeviLamina
Loading...
Searching...
No Matches
DropAllCommand.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/agent/agent_commands/Command.h"
7
8
namespace
AgentCommands {
9
10
class
DropAllCommand
:
public
::AgentCommands::Command
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::UntypedStorage<1, 1>
mUnkd81ced;
15
// NOLINTEND
16
17
public
:
18
// prevent constructor by default
19
DropAllCommand
& operator=(
DropAllCommand
const
&);
20
DropAllCommand
(
DropAllCommand
const
&);
21
DropAllCommand
();
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 1
27
virtual
void
execute()
/*override*/
;
28
29
// vIndex: 2
30
virtual
bool
isDone()
/*override*/
;
31
32
// vIndex: 0
33
virtual
~DropAllCommand
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCNAPI
void
$execute
();
40
41
MCNAPI
bool
$isDone
();
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCNAPI
static
void
**
$vftable
();
48
// NOLINTEND
49
};
50
51
}
// namespace AgentCommands
AgentCommands::Command
Definition
Command.h:7
AgentCommands::DropAllCommand
Definition
DropAllCommand.h:10
AgentCommands::DropAllCommand::$vftable
static MCAPI void ** $vftable()
AgentCommands::DropAllCommand::$isDone
MCAPI bool $isDone()
AgentCommands::DropAllCommand::$execute
MCAPI void $execute()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
agent
agent_commands
DropAllCommand.h
Generated on Fri Jun 13 2025 05:04:57 for LeviLamina by
1.12.0