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
// member functions
21
// NOLINTBEGIN
22
MCAPI
~CommandContext
();
23
// NOLINTEND
24
25
public
:
26
// destructor thunk
27
// NOLINTBEGIN
28
MCFOLD
void
$dtor();
29
// NOLINTEND
30
};
CommandContext
Definition
CommandContext.h:10
CommandOrigin
Definition
CommandOrigin.h:32
src
mc
server
commands
CommandContext.h
Generated on Sat Apr 26 2025 05:55:55 for LeviLamina by
1.12.0