LeviLamina
Loading...
Searching...
No Matches
ActorEventResponseCollection.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
9
// auto generated forward declare list
10
// clang-format off
11
class
ActorEventResponse
;
12
class
SemVersion
;
13
namespace
JsonUtil {
class
EmptyClass
; }
14
// clang-format on
15
16
struct
ActorEventResponseCollection
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::ActorEventResponse>>> mResponses;
21
// NOLINTEND
22
23
public
:
24
// static functions
25
// NOLINTBEGIN
26
MCNAPI static ::std::shared_ptr<
27
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection>
>
28
buildSchema
(::std::string
const
& name,
::SemVersion
const
& version,
::Factory<::ActorEventResponse>
const
& factory);
29
// NOLINTEND
30
};
ActorEventResponse
Definition
ActorEventResponse.h:16
Factory
Definition
Factory.h:6
JsonUtil::EmptyClass
Definition
EmptyClass.h:7
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
SemVersion
Definition
SemVersion.h:15
ActorEventResponseCollection
Definition
ActorEventResponseCollection.h:16
ActorEventResponseCollection::buildSchema
static MCAPI ::std::shared_ptr< ::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection > > buildSchema(::std::string const &name, ::SemVersion const &version, ::Factory<::ActorEventResponse > const &factory)
src
mc
world
response
ActorEventResponseCollection.h
Generated on
for LeviLamina by
1.16.1