LeviLamina
Loading...
Searching...
No Matches
GameDirectorEntityServerCommandOrigin.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/ActorServerCommandOrigin.h"
7#include "mc/server/commands/CommandOriginType.h"
8#include "mc/server/commands/CommandPermissionLevel.h"
9
10// auto generated forward declare list
11// clang-format off
12class CommandOrigin;
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~GameDirectorEntityServerCommandOrigin() /*override*/ = default;
21
22 // vIndex: 9
23 virtual ::CommandPermissionLevel getPermissionsLevel() const /*override*/;
24
25 // vIndex: 10
26 virtual ::std::unique_ptr<::CommandOrigin> clone() const /*override*/;
27
28 // vIndex: 17
29 virtual bool canUseCommandsWithoutCheatsEnabled() const /*override*/;
30
31 // vIndex: 23
32 virtual ::CommandOriginType getOriginType() const /*override*/;
33
34 // vIndex: 18
35 virtual bool isSelectorExpansionAllowed() const /*override*/;
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCNAPI ::CommandPermissionLevel $getPermissionsLevel() const;
42
43 MCNAPI ::std::unique_ptr<::CommandOrigin> $clone() const;
44
46
47 MCNAPI ::CommandOriginType $getOriginType() const;
48
49 MCNAPI bool $isSelectorExpansionAllowed() const;
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
Definition ActorServerCommandOrigin.h:16
Definition CommandOrigin.h:32
Definition GameDirectorEntityServerCommandOrigin.h:15
MCAPI ::std::unique_ptr<::CommandOrigin > $clone() const
MCAPI bool $isSelectorExpansionAllowed() const
MCAPI::CommandOriginType $getOriginType() const
MCAPI::CommandPermissionLevel $getPermissionsLevel() const
MCAPI bool $canUseCommandsWithoutCheatsEnabled() const