LeviLamina
Loading...
Searching...
No Matches
CommandContext.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
CommandOrigin
;
8
// clang-format on
9
10
class
CommandContext {
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::std::string mCommand;
15
::std::unique_ptr<::CommandOrigin> mOrigin;
16
int
mVersion;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
CommandContext();
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCAPI CommandContext(::std::string
const
& cmd, ::std::unique_ptr<::CommandOrigin> origin,
int
version);
27
28
MCAPI ~CommandContext();
29
// NOLINTEND
30
31
public
:
32
// constructor thunks
33
// NOLINTBEGIN
34
MCAPI
void
* $ctor(::std::string
const
& cmd, ::std::unique_ptr<::CommandOrigin> origin,
int
version);
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
MCAPI
void
$dtor();
41
// NOLINTEND
42
};
CommandOrigin
Definition
CommandOrigin.h:32
src
mc
server
commands
CommandContext.h
Generated on
for LeviLamina by
1.16.1