LeviLamina
Loading...
Searching...
No Matches
ResourceUriCommand.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
class
Level
;
14
class
Player
;
15
// clang-format on
16
17
class
ResourceUriCommand :
public
::Command
{
18
public
:
19
// ResourceUriCommand inner types define
20
enum class
ActionType :
int
{
21
Clear = 0,
22
UriOnly = 1,
23
Named = 2,
24
};
25
26
public
:
27
// member variables
28
// NOLINTBEGIN
29
::ll::UntypedStorage<4, 4>
mUnkd0b0ba;
30
::ll::UntypedStorage<8, 32>
mUnk4094e9;
31
::ll::UntypedStorage<8, 32>
mUnk9a446b;
32
// NOLINTEND
33
34
public
:
35
// prevent constructor by default
36
ResourceUriCommand& operator=(ResourceUriCommand
const
&);
37
ResourceUriCommand(ResourceUriCommand
const
&);
38
ResourceUriCommand();
39
40
public
:
41
// virtual functions
42
// NOLINTBEGIN
43
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
44
45
virtual
~ResourceUriCommand()
/*override*/
=
default
;
46
// NOLINTEND
47
48
public
:
49
// member functions
50
// NOLINTBEGIN
51
MCAPI
void
_executeClear(
::Level
& level,
::Player
* originPlayer,
::CommandOutput
& output)
const
;
52
53
MCAPI
void
_executeNamed(
::Level
& level,
::Player
* originPlayer,
::CommandOutput
& output)
const
;
54
55
MCAPI
void
_executeUriOnly(
::Level
& level,
::Player
* originPlayer,
::CommandOutput
& output)
const
;
56
// NOLINTEND
57
58
public
:
59
// static functions
60
// NOLINTBEGIN
61
MCAPI
static
void
setup(
::CommandRegistry
& registry);
62
// NOLINTEND
63
64
public
:
65
// virtual function thunks
66
// NOLINTBEGIN
67
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
68
69
70
// NOLINTEND
71
72
public
:
73
// vftables
74
// NOLINTBEGIN
75
MCNAPI
static
void
**
$vftable
();
76
// NOLINTEND
77
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
CommandRegistry
Definition
CommandRegistry.h:47
Command
Definition
Command.h:17
Level
Definition
Level.h:249
Player
Definition
Player.h:125
ResourceUriCommand::$vftable
static MCAPI void ** $vftable()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
edu
ResourceUriCommand.h
Generated on
for LeviLamina by
1.16.1