LeviLamina
Loading...
Searching...
No Matches
ClientAutomationCommandOrigin.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/CommandOrigin.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 BlockPos;
14class CompoundTag;
15class Dimension;
16class Level;
17class Vec2;
18class Vec3;
20// clang-format on
21
23public:
24 // member variables
25 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38 // vIndex: 0
39 virtual ~ClientAutomationCommandOrigin() /*override*/ = default;
40
41 // vIndex: 1
42 virtual ::std::string const& getRequestId() const /*override*/;
43
44 // vIndex: 2
45 virtual ::std::string getName() const /*override*/;
46
47 // vIndex: 3
48 virtual ::BlockPos getBlockPosition() const /*override*/;
49
50 // vIndex: 4
51 virtual ::Vec3 getWorldPosition() const /*override*/;
52
53 // vIndex: 5
54 virtual ::std::optional<::Vec2> getRotation() const /*override*/;
55
56 // vIndex: 6
57 virtual ::Level* getLevel() const /*override*/;
58
59 // vIndex: 7
60 virtual ::Dimension* getDimension() const /*override*/;
61
62 // vIndex: 8
63 virtual ::Actor* getEntity() const /*override*/;
64
65 // vIndex: 9
66 virtual ::CommandPermissionLevel getPermissionsLevel() const /*override*/;
67
68 // vIndex: 10
69 virtual ::std::unique_ptr<::CommandOrigin> clone() const /*override*/;
70
71 // vIndex: 17
72 virtual bool canUseCommandsWithoutCheatsEnabled() const /*override*/;
73
74 // vIndex: 18
75 virtual bool isSelectorExpansionAllowed() const /*override*/;
76
77 // vIndex: 23
78 virtual ::CommandOriginType getOriginType() const /*override*/;
79
80 // vIndex: 24
81 virtual ::CommandOriginData toCommandOriginData() const /*override*/;
82
83 // vIndex: 29
84 virtual ::CompoundTag serialize() const /*override*/;
85
86 // vIndex: 30
87 virtual bool isValid() const /*override*/;
88 // NOLINTEND
89
90public:
91 // destructor thunk
92 // NOLINTBEGIN
93
94 // NOLINTEND
95
96public:
97 // virtual function thunks
98 // NOLINTBEGIN
99 MCFOLD ::std::string const& $getRequestId() const;
100
101 MCFOLD ::std::string $getName() const;
102
103 MCFOLD ::BlockPos $getBlockPosition() const;
104
105 MCFOLD ::Vec3 $getWorldPosition() const;
106
107 MCFOLD ::std::optional<::Vec2> $getRotation() const;
108
109 MCFOLD ::Level* $getLevel() const;
110
111 MCFOLD ::Dimension* $getDimension() const;
112
113 MCFOLD ::Actor* $getEntity() const;
114
115 MCFOLD ::CommandPermissionLevel $getPermissionsLevel() const;
116
117 MCAPI ::std::unique_ptr<::CommandOrigin> $clone() const;
118
119 MCFOLD bool $canUseCommandsWithoutCheatsEnabled() const;
120
121 MCFOLD bool $isSelectorExpansionAllowed() const;
122
123 MCFOLD ::CommandOriginType $getOriginType() const;
124
125 MCAPI ::CommandOriginData $toCommandOriginData() const;
126
127 MCFOLD ::CompoundTag $serialize() const;
128
129 MCFOLD bool $isValid() const;
130 // NOLINTEND
131
132public:
133 // vftables
134 // NOLINTBEGIN
135 MCAPI static void** $vftable();
136 // NOLINTEND
137};
Definition Actor.h:104
Definition BlockPos.h:18
Definition ClientAutomationCommandOrigin.h:22
Definition CommandOrigin.h:32
Definition CompoundTag.h:13
Definition Dimension.h:83
Definition Level.h:234
Definition Vec2.h:5
Definition Vec3.h:10
Definition CommandOriginData.h:13
Definition Alias.h:14
Definition serialize.h:11