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