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