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/util/Factory.h"
7#include "mc/util/json_util/JsonSchemaObjectNode.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 virtual ::std::string const& getName() const /*override*/;
22
23 virtual void executeAction(::RenderParams& params) const /*override*/;
24
25 virtual void buildSchema(
27 ::Factory<::EventResponse> const& factory
28 ) const /*override*/;
29
30 virtual ~SwingEventResponse() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // static variables
35 // NOLINTBEGIN
36 MCNAPI static ::std::string const& NameID();
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCNAPI ::std::string const& $getName() const;
43
44 MCNAPI void $executeAction(::RenderParams& params) const;
45
46 MCNAPI void $buildSchema(
48 ::Factory<::EventResponse> const& factory
49 ) const;
50
51
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
Definition EventResponse.h:16
Definition Factory.h:6
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition SwingEventResponse.h:17
MCAPI::std::string const & $getName() const
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection > > &schema, ::Factory<::EventResponse > const &factory) const
static MCAPI ::std::string const & NameID()
MCAPI void $executeAction(::RenderParams &params) const
static MCAPI void ** $vftable()
Definition EventResponseCollection.h:10