LeviLamina
Loading...
Searching...
No Matches
SetWorldSpawnCommand.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
SetWorldSpawnCommand :
public
::Command
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<4, 16>
mUnk212f18;
20
::ll::UntypedStorage<1, 1>
mUnk344fcf;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
SetWorldSpawnCommand& operator=(SetWorldSpawnCommand
const
&);
26
SetWorldSpawnCommand(SetWorldSpawnCommand
const
&);
27
SetWorldSpawnCommand();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
33
34
virtual
~SetWorldSpawnCommand()
/*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
SetWorldSpawnCommand::$vftable
static MCAPI void ** $vftable()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
standard
SetWorldSpawnCommand.h
Generated on
for LeviLamina by
1.16.1