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
virtual
void
execute()
/*override*/
;
22
23
virtual
bool
isDone()
/*override*/
;
24
25
virtual
void
fireCommandDoneEvent()
/*override*/
;
26
27
virtual
~GetItemSpaceCommand
()
/*override*/
=
default
;
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
MCFOLD
void
$execute();
34
35
MCFOLD
bool
$isDone();
36
37
MCAPI
void
$fireCommandDoneEvent();
38
39
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCNAPI
static
void
**
$vftable
();
46
// NOLINTEND
47
};
48
49
}
// namespace AgentCommands
AgentCommands::Command
Definition
Command.h:18
AgentCommands::GetItemSpaceCommand
Definition
GetItemSpaceCommand.h:10
AgentCommands::GetItemSpaceCommand::$vftable
static MCAPI void ** $vftable()
src
mc
world
actor
agent
agent_commands
GetItemSpaceCommand.h
Generated on
for LeviLamina by
1.16.1