LeviLamina
Loading...
Searching...
No Matches
ActorQueueCommandResponse.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/json_utils/JsonSchemaObjectNode.h"
7#include "mc/util/Factory.h"
8#include "mc/world/level/CommandOriginSystem.h"
9#include "mc/world/response/ActorEventResponse.h"
10#include "mc/world/response/CommandResponseBase.h"
11
12// auto generated forward declare list
13// clang-format off
14class RenderParams;
16namespace JsonUtil { class EmptyClass; }
17// clang-format on
18
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 // vIndex: 1
24 virtual ::std::string const& getName() const /*override*/;
25
26 // vIndex: 2
27 virtual void executeAction(::RenderParams& params) const /*override*/;
28
29 // vIndex: 3
30 virtual void buildSchema(
32 schema,
34 ) const /*override*/;
35
36 // vIndex: 1
37 virtual ::CommandOriginSystem _getCommandOriginSystem() const /*override*/;
38
39 // vIndex: 0
40 virtual ~ActorQueueCommandResponse() /*override*/ = default;
41 // NOLINTEND
42
43public:
44 // static variables
45 // NOLINTBEGIN
46 MCAPI static ::std::string const& NameID();
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCAPI ::std::string const& $getName() const;
59
60 MCFOLD void $executeAction(::RenderParams& params) const;
61
62 MCAPI void $buildSchema(
64 schema,
66 ) const;
67
68 MCFOLD ::CommandOriginSystem $_getCommandOriginSystem() const;
69 // NOLINTEND
70
71public:
72 // vftables
73 // NOLINTBEGIN
74 MCAPI static void** $vftableForActorEventResponse();
75
76 MCAPI static void** $vftableForCommandResponseBase();
77 // NOLINTEND
78};
Definition ActorEventResponse.h:16
Definition ActorQueueCommandResponse.h:19
Definition CommandResponseBase.h:14
Definition Factory.h:6
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition ActorEventResponseCollection.h:10