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