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 Actor;
13class CommandOrigin;
14// clang-format on
15
17public:
18 // prevent constructor by default
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 0
25 virtual ~GameDirectorEntityServerCommandOrigin() /*override*/ = default;
26
27 // vIndex: 9
28 virtual ::CommandPermissionLevel getPermissionsLevel() const /*override*/;
29
30 // vIndex: 10
31 virtual ::std::unique_ptr<::CommandOrigin> clone() const /*override*/;
32
33 // vIndex: 17
34 virtual bool canUseCommandsWithoutCheatsEnabled() const /*override*/;
35
36 // vIndex: 23
37 virtual ::CommandOriginType getOriginType() const /*override*/;
38
39 // vIndex: 18
40 virtual bool isSelectorExpansionAllowed() const /*override*/;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCNAPI void* $ctor(::Actor& origin);
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCNAPI ::CommandPermissionLevel $getPermissionsLevel() const;
59
60 MCNAPI ::std::unique_ptr<::CommandOrigin> $clone() const;
61
63
64 MCNAPI ::CommandOriginType $getOriginType() const;
65
66 MCNAPI bool $isSelectorExpansionAllowed() const;
67 // NOLINTEND
68
69public:
70 // vftables
71 // NOLINTBEGIN
72 MCNAPI static void** $vftable();
73 // NOLINTEND
74};
Definition ActorServerCommandOrigin.h:16
Definition Actor.h:102
Definition CommandOrigin.h:32
Definition GameDirectorEntityServerCommandOrigin.h:16
MCAPI void * $ctor(::Actor &origin)
MCAPI ::std::unique_ptr<::CommandOrigin > $clone() const
MCAPI bool $isSelectorExpansionAllowed() const
MCAPI::CommandOriginType $getOriginType() const
MCAPI::CommandPermissionLevel $getPermissionsLevel() const
MCAPI GameDirectorEntityServerCommandOrigin(::Actor &origin)
MCAPI bool $canUseCommandsWithoutCheatsEnabled() const