LeviLamina
Loading...
Searching...
No Matches
MobEventCommand.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/server/commands/Command.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
CommandOrigin
;
11
class
CommandOutput
;
12
class
CommandRegistry
;
13
// clang-format on
14
15
class
MobEventCommand
:
public
::Command
{
16
public
:
17
// MobEventCommand inner types declare
18
// clang-format off
19
struct
InitProxy
;
20
// clang-format on
21
22
// MobEventCommand inner types define
23
struct
InitProxy
{};
24
25
public
:
26
// member variables
27
// NOLINTBEGIN
28
::ll::TypedStorage<8, 32, ::std::string> mMobEventName;
29
::ll::TypedStorage<1, 1, bool> mValue;
30
::ll::TypedStorage<1, 1, bool> mValueWasSet;
31
// NOLINTEND
32
33
public
:
34
// virtual functions
35
// NOLINTBEGIN
36
// vIndex: 2
37
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
38
39
// vIndex: 0
40
virtual
~MobEventCommand
()
/*override*/
=
default
;
41
// NOLINTEND
42
43
public
:
44
// static functions
45
// NOLINTBEGIN
46
MCAPI
static
void
setup(
::CommandRegistry
& registry,
::MobEventCommand::InitProxy
&& dependencies);
47
// NOLINTEND
48
49
public
:
50
// virtual function thunks
51
// NOLINTBEGIN
52
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
53
// NOLINTEND
54
55
public
:
56
// vftables
57
// NOLINTBEGIN
58
MCNAPI
static
void
**
$vftable
();
59
// NOLINTEND
60
};
CommandOrigin
Definition
CommandOrigin.h:30
CommandOutput
Definition
CommandOutput.h:17
CommandRegistry
Definition
CommandRegistry.h:34
Command
Definition
Command.h:17
MobEventCommand
Definition
MobEventCommand.h:15
MobEventCommand::$vftable
static MCAPI void ** $vftable()
MobEventCommand::InitProxy
Definition
MobEventCommand.h:23
src-client
mc
server
commands
standard
MobEventCommand.h
Generated on Fri Dec 12 2025 16:34:26 for LeviLamina by
1.12.0