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/deps/core/utility/json_utils/JsonSchemaObjectNode.h"
7
#include "mc/util/Factory.h"
8
#include "mc/world/response/ActorEventResponse.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
RenderParams
;
13
struct
ActorEventResponseCollection
;
14
namespace
JsonUtil {
class
EmptyClass; }
15
// clang-format on
16
17
class
ExecuteEventOnHomeBlockResponse
:
public
::ActorEventResponse
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 32, ::std::string> mEvent;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 3
28
virtual
void
buildSchema(
29
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection>
>&
30
schema,
31
::Factory<::ActorEventResponse>
const
& factory
32
)
const
/*override*/
;
33
34
// vIndex: 1
35
virtual ::std::string
const
& getName()
const
/*override*/
;
36
37
// vIndex: 2
38
virtual
void
executeAction(
::RenderParams
& params)
const
/*override*/
;
39
40
// vIndex: 0
41
virtual
~ExecuteEventOnHomeBlockResponse
()
/*override*/
=
default
;
42
// NOLINTEND
43
44
public
:
45
// static variables
46
// NOLINTBEGIN
47
MCAPI static ::std::string
const
& NameID();
48
// NOLINTEND
49
50
public
:
51
// destructor thunk
52
// NOLINTBEGIN
53
54
// NOLINTEND
55
56
public
:
57
// virtual function thunks
58
// NOLINTBEGIN
59
MCAPI
void
$buildSchema(
60
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection>
>&
61
schema,
62
::Factory<::ActorEventResponse>
const
& factory
63
)
const
;
64
65
MCAPI ::std::string
const
& $getName()
const
;
66
67
MCAPI
void
$executeAction(
::RenderParams
& params)
const
;
68
// NOLINTEND
69
70
public
:
71
// vftables
72
// NOLINTBEGIN
73
MCAPI
static
void
** $vftable();
74
// NOLINTEND
75
};
ActorEventResponse
Definition
ActorEventResponse.h:16
ExecuteEventOnHomeBlockResponse
Definition
ExecuteEventOnHomeBlockResponse.h:17
Factory
Definition
Factory.h:6
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
RenderParams
Definition
RenderParams.h:30
ActorEventResponseCollection
Definition
ActorEventResponseCollection.h:10
src
mc
world
response
ExecuteEventOnHomeBlockResponse.h
Generated on Sat Apr 26 2025 05:56:33 for LeviLamina by
1.12.0