LeviLamina
Loading...
Searching...
No Matches
PlaySoundCommand.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
PlaySoundCommand
:
public
::Command
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 32>
mUnke93a0b;
20
::ll::UntypedStorage<8, 200>
mUnk1fb798;
21
::ll::UntypedStorage<4, 16>
mUnk378eec;
22
::ll::UntypedStorage<4, 4>
mUnk340a52;
23
::ll::UntypedStorage<4, 4>
mUnk19049c;
24
::ll::UntypedStorage<4, 4>
mUnk5ae83f;
25
::ll::UntypedStorage<1, 1>
mUnk78da2b;
26
// NOLINTEND
27
28
public
:
29
// prevent constructor by default
30
PlaySoundCommand
& operator=(
PlaySoundCommand
const
&);
31
PlaySoundCommand
(
PlaySoundCommand
const
&);
32
PlaySoundCommand
();
33
34
public
:
35
// virtual functions
36
// NOLINTBEGIN
37
// vIndex: 2
38
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
39
40
// vIndex: 0
41
virtual
~PlaySoundCommand
()
/*override*/
=
default
;
42
// NOLINTEND
43
44
public
:
45
// static functions
46
// NOLINTBEGIN
47
MCAPI
static
void
setup(
::CommandRegistry
& registry);
48
// NOLINTEND
49
50
public
:
51
// destructor thunk
52
// NOLINTBEGIN
53
54
// NOLINTEND
55
56
public
:
57
// virtual function thunks
58
// NOLINTBEGIN
59
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
60
// NOLINTEND
61
62
public
:
63
// vftables
64
// NOLINTBEGIN
65
MCAPI
static
void
** $vftable();
66
// NOLINTEND
67
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
CommandRegistry
Definition
CommandRegistry.h:44
Command
Definition
Command.h:17
PlaySoundCommand
Definition
PlaySoundCommand.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
standard
PlaySoundCommand.h
Generated on Sat Apr 26 2025 05:55:57 for LeviLamina by
1.12.0