LeviLamina
Loading...
Searching...
No Matches
GetItemSpaceCommand.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
GetItemSpaceCommand
:
public
::AgentCommands::Command
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<4, 4, int> mCount;
15
::ll::TypedStorage<4, 4, int> mMaxCount;
16
// NOLINTEND
17
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 1
22
virtual
void
execute()
/*override*/
;
23
24
// vIndex: 2
25
virtual
bool
isDone()
/*override*/
;
26
27
// vIndex: 4
28
virtual
void
fireCommandDoneEvent()
/*override*/
;
29
30
// vIndex: 0
31
virtual
~GetItemSpaceCommand
()
/*override*/
=
default
;
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
MCFOLD
void
$execute();
38
39
MCFOLD
bool
$isDone();
40
41
MCAPI
void
$fireCommandDoneEvent();
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:18
AgentCommands::GetItemSpaceCommand
Definition
GetItemSpaceCommand.h:10
AgentCommands::GetItemSpaceCommand::$vftable
static MCAPI void ** $vftable()
src-server
mc
world
actor
agent
agent_commands
GetItemSpaceCommand.h
Generated on Tue Nov 25 2025 04:01:35 for LeviLamina by
1.12.0