LeviLamina
Loading...
Searching...
No Matches
TransformItemResponse.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 // member variables
20 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 1
34 virtual ::std::string const& getName() const /*override*/;
35
36 // vIndex: 2
37 virtual void executeAction(::RenderParams& params) const /*override*/;
38
39 // vIndex: 3
40 virtual void buildSchema(
42 ::Factory<::EventResponse> const& factory
43 ) const /*override*/;
44
45 // vIndex: 0
46 virtual ~TransformItemResponse() /*override*/ = default;
47 // NOLINTEND
48
49public:
50 // static variables
51 // NOLINTBEGIN
52 MCAPI static ::std::string const& NameID();
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58
59 // NOLINTEND
60
61public:
62 // virtual function thunks
63 // NOLINTBEGIN
64 MCAPI ::std::string const& $getName() const;
65
66 MCAPI void $executeAction(::RenderParams& params) const;
67
68 MCAPI void $buildSchema(
70 ::Factory<::EventResponse> const& factory
71 ) const;
72 // NOLINTEND
73
74public:
75 // vftables
76 // NOLINTBEGIN
77 MCAPI static void** $vftable();
78 // NOLINTEND
79};
Definition EventResponse.h:16
Definition Factory.h:6
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition TransformItemResponse.h:17
Definition EventResponseCollection.h:10
Definition Alias.h:14