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