LeviLamina
Loading...
Searching...
No Matches
ActorPlaySoundResponse.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
ActorPlaySoundResponse
:
public
::ActorEventResponse
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<4, 4>
mUnka1d99c;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
ActorPlaySoundResponse
& operator=(
ActorPlaySoundResponse
const
&);
27
ActorPlaySoundResponse
(
ActorPlaySoundResponse
const
&);
28
ActorPlaySoundResponse
();
29
30
public
:
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(
41
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection>
>&
42
schema,
43
::Factory<::ActorEventResponse>
const
& factory
44
)
const
/*override*/
;
45
46
// vIndex: 0
47
virtual
~ActorPlaySoundResponse
()
/*override*/
=
default
;
48
// NOLINTEND
49
50
public
:
51
// static variables
52
// NOLINTBEGIN
53
MCAPI static ::std::string
const
& NameID();
54
// NOLINTEND
55
56
public
:
57
// destructor thunk
58
// NOLINTBEGIN
59
60
// NOLINTEND
61
62
public
:
63
// virtual function thunks
64
// NOLINTBEGIN
65
MCAPI ::std::string
const
& $getName()
const
;
66
67
MCAPI
void
$executeAction(
::RenderParams
& params)
const
;
68
69
MCAPI
void
$buildSchema(
70
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection>
>&
71
schema,
72
::Factory<::ActorEventResponse>
const
& factory
73
)
const
;
74
// NOLINTEND
75
76
public
:
77
// vftables
78
// NOLINTBEGIN
79
MCAPI
static
void
** $vftable();
80
// NOLINTEND
81
};
ActorEventResponse
Definition
ActorEventResponse.h:16
ActorPlaySoundResponse
Definition
ActorPlaySoundResponse.h:17
Factory
Definition
Factory.h:6
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
RenderParams
Definition
RenderParams.h:30
ActorEventResponseCollection
Definition
ActorEventResponseCollection.h:10
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
response
ActorPlaySoundResponse.h
Generated on Sat Apr 26 2025 05:56:33 for LeviLamina by
1.12.0