LeviLamina
Loading...
Searching...
No Matches
CommandResponse.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/response/CommandResponseBase.h"
9#include "mc/world/response/EventResponse.h"
10
11// auto generated forward declare list
12// clang-format off
13class RenderParams;
15namespace JsonUtil { class EmptyClass; }
16// clang-format on
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 1
23 virtual ::std::string const& getName() const /*override*/;
24
25 // vIndex: 2
26 virtual void executeAction(::RenderParams& params) const /*override*/;
27
28 // vIndex: 3
29 virtual void buildSchema(
31 ::Factory<::EventResponse> const& factory
32 ) const /*override*/;
33
34 // vIndex: 0
35 virtual ~CommandResponse() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCFOLD ::std::string const& $getName() const;
48
49 MCFOLD void $executeAction(::RenderParams& params) const;
50
51 MCAPI void $buildSchema(
53 ::Factory<::EventResponse> const& factory
54 ) const;
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCAPI static void** $vftableForCommandResponseBase();
61
62 MCAPI static void** $vftableForEventResponse();
63 // NOLINTEND
64};
Definition CommandResponseBase.h:14
Definition CommandResponse.h:18
Definition EventResponse.h:16
Definition Factory.h:6
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition EventResponseCollection.h:10