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