LeviLamina
Loading...
Searching...
No Matches
ExecuteEventOnHomeBlockResponse.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/ActorEventResponse.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
21 ::ll::TypedStorage<8, 32, ::std::string> mEvent;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual void buildSchema(
29 schema,
31 ) const /*override*/;
32
33 virtual ::std::string const& getName() const /*override*/;
34
35 virtual void executeAction(::RenderParams& params) const /*override*/;
36
37 virtual ~ExecuteEventOnHomeBlockResponse() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // static variables
42 // NOLINTBEGIN
43 MCNAPI static ::std::string const& NameID();
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49 MCNAPI void $buildSchema(
51 schema,
53 ) const;
54
55 MCNAPI ::std::string const& $getName() const;
56
57 MCNAPI void $executeAction(::RenderParams& params) const;
58
59
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftable();
66 // NOLINTEND
67};
Definition ActorEventResponse.h:16
Definition ExecuteEventOnHomeBlockResponse.h:17
MCAPI void $executeAction(::RenderParams &params) const
static MCAPI void ** $vftable()
static MCAPI ::std::string const & NameID()
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection > > &schema, ::Factory<::ActorEventResponse > const &factory) const
MCAPI::std::string const & $getName() const
Definition Factory.h:6
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
Definition ActorEventResponseCollection.h:10