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
public
:
25
// member variables
26
// NOLINTBEGIN
27
::ll::UntypedStorage<8, 8>
mUnk50c0de;
28
// NOLINTEND
29
30
public
:
31
// prevent constructor by default
32
InitProxy& operator=(InitProxy
const
&);
33
InitProxy(InitProxy
const
&);
34
InitProxy();
35
};
36
37
public
:
38
// member variables
39
// NOLINTBEGIN
40
::ll::TypedStorage<8, 32, ::std::string> mMobEventName;
41
::ll::TypedStorage<1, 1, bool> mValue;
42
::ll::TypedStorage<1, 1, bool> mValueWasSet;
43
// NOLINTEND
44
45
public
:
46
// virtual functions
47
// NOLINTBEGIN
48
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
49
50
virtual
~MobEventCommand
()
/*override*/
=
default
;
51
// NOLINTEND
52
53
public
:
54
// static functions
55
// NOLINTBEGIN
56
MCAPI
static
void
setup(
::CommandRegistry
& registry,
::MobEventCommand::InitProxy
&& dependencies);
57
// NOLINTEND
58
59
public
:
60
// virtual function thunks
61
// NOLINTBEGIN
62
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
63
64
65
// NOLINTEND
66
67
public
:
68
// vftables
69
// NOLINTBEGIN
70
MCNAPI
static
void
**
$vftable
();
71
// NOLINTEND
72
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
CommandRegistry
Definition
CommandRegistry.h:47
Command
Definition
Command.h:17
MobEventCommand
Definition
MobEventCommand.h:15
MobEventCommand::$vftable
static MCAPI void ** $vftable()
MobEventCommand::InitProxy
Definition
MobEventCommand.h:23
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
standard
MobEventCommand.h
Generated on
for LeviLamina by
1.16.1