LeviLamina
Loading...
Searching...
No Matches
ICommandsContextProvider.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/server/commands/CommandOriginType.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Level
;
11
class
NetworkIdentifier
;
12
struct
MCRESULT
;
13
// clang-format on
14
15
class
ICommandsContextProvider
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 0
20
virtual
~ICommandsContextProvider
() =
default
;
21
22
// vIndex: 1
23
virtual ::Level* getLevel() = 0;
24
25
// vIndex: 2
26
virtual ::NetworkIdentifier getLocalNetworkId()
const
= 0;
27
28
// vIndex: 3
29
virtual
void
onCommandExecuted(
::MCRESULT
, ::CommandOriginType, ::std::string
const
&, ::std::string
const
&) = 0;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftable
();
42
// NOLINTEND
43
};
ICommandsContextProvider
Definition
ICommandsContextProvider.h:15
ICommandsContextProvider::$vftable
static MCAPI void ** $vftable()
Level
Definition
Level.h:238
NetworkIdentifier
Definition
NetworkIdentifier.h:10
MCRESULT
Definition
MCRESULT.h:8
src
mc
server
commands
ICommandsContextProvider.h
Generated on Fri Jun 13 2025 05:04:52 for LeviLamina by
1.12.0