LeviLamina
Loading...
Searching...
No Matches
InspectCommand.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
9
// auto generated forward declare list
10
// clang-format off
11
class
Block
;
12
// clang-format on
13
14
namespace
AgentCommands {
15
16
class
InspectCommand
:
public
::AgentCommands::Command
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<1, 1, ::AgentComponents::Direction> mDir;
21
::ll::TypedStorage<8, 8, ::Block const*> mBlock;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 1
28
virtual
void
execute()
/*override*/
;
29
30
// vIndex: 2
31
virtual
bool
isDone()
/*override*/
;
32
33
// vIndex: 4
34
virtual
void
fireCommandDoneEvent()
/*override*/
;
35
36
// vIndex: 0
37
virtual
~InspectCommand
()
/*override*/
=
default
;
38
// NOLINTEND
39
40
public
:
41
// virtual function thunks
42
// NOLINTBEGIN
43
44
// NOLINTEND
45
};
46
47
}
// namespace AgentCommands
AgentCommands::Command
Definition
Command.h:18
AgentCommands::InspectCommand
Definition
InspectCommand.h:16
Block
Definition
Block.h:38
src-server
mc
world
actor
agent
agent_commands
InspectCommand.h
Generated on Tue Nov 25 2025 04:01:35 for LeviLamina by
1.12.0