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