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/util/Factory.h"
7#include "mc/util/json_util/JsonSchemaObjectNode.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 root,
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 MCNAPI static ::std::string const& NameID();
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52 MCNAPI ::std::string const& $getName() const;
53
54 MCNAPI void $executeAction(::RenderParams& params) const;
55
56 MCNAPI void $buildSchema(
58 root,
60 ) const;
61
62 MCNAPI ::CommandOriginSystem $_getCommandOriginSystem() const;
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCNAPI static void** $vftableForActorEventResponse();
69
70 MCNAPI static void** $vftableForCommandResponseBase();
71 // NOLINTEND
72};
Definition ActorEventResponse.h:16
Definition ActorQueueCommandResponse.h:19
MCAPI::std::string const & $getName() const
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection > > &root, ::Factory<::ActorEventResponse > const &factory) const
MCAPI void $executeAction(::RenderParams &params) const
static MCAPI void ** $vftableForActorEventResponse()
static MCAPI ::std::string const & NameID()
static MCAPI void ** $vftableForCommandResponseBase()
MCAPI::CommandOriginSystem $_getCommandOriginSystem() const
Definition CommandResponseBase.h:14
Definition Factory.h:6
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition ActorEventResponseCollection.h:10