LeviLamina
Loading...
Searching...
No Matches
TakePictureCommand.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
TakePictureCommand :
public
::Command
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 200>
mUnk9aad1e;
20
::ll::UntypedStorage<8, 200>
mUnka3a31a;
21
::ll::UntypedStorage<4, 16>
mUnkd62911;
22
::ll::UntypedStorage<1, 1>
mUnk5ed6f7;
23
::ll::UntypedStorage<1, 1>
mUnk5928b9;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
TakePictureCommand& operator=(TakePictureCommand
const
&);
29
TakePictureCommand(TakePictureCommand
const
&);
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
35
36
virtual
~TakePictureCommand()
/*override*/
=
default
;
37
// NOLINTEND
38
39
public
:
40
// member functions
41
// NOLINTBEGIN
42
MCAPI TakePictureCommand();
43
// NOLINTEND
44
45
public
:
46
// static functions
47
// NOLINTBEGIN
48
MCAPI
static
void
setup(
::CommandRegistry
& registry);
49
// NOLINTEND
50
51
public
:
52
// constructor thunks
53
// NOLINTBEGIN
54
MCAPI
void
* $ctor();
55
// NOLINTEND
56
57
public
:
58
// virtual function thunks
59
// NOLINTBEGIN
60
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
61
62
63
// NOLINTEND
64
65
public
:
66
// vftables
67
// NOLINTBEGIN
68
MCNAPI
static
void
**
$vftable
();
69
// NOLINTEND
70
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
CommandRegistry
Definition
CommandRegistry.h:47
Command
Definition
Command.h:17
TakePictureCommand::$vftable
static MCAPI void ** $vftable()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
edu
TakePictureCommand.h
Generated on
for LeviLamina by
1.16.1