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 // destructor thunk
40 // NOLINTBEGIN
41
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCFOLD ::CommandPermissionLevel $getPermissionsLevel() const;
48
49 MCAPI ::std::unique_ptr<::CommandOrigin> $clone() const;
50
51 MCFOLD bool $canUseCommandsWithoutCheatsEnabled() const;
52
53 MCAPI ::CommandOriginType $getOriginType() const;
54
55 MCFOLD bool $isSelectorExpansionAllowed() const;
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCAPI static void** $vftable();
62 // NOLINTEND
63};
Definition ActorServerCommandOrigin.h:16
Definition CommandOrigin.h:32
Definition GameDirectorEntityServerCommandOrigin.h:15