LeviLamina
Loading...
Searching...
No Matches
InsideBlockNotifierDefinition.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/util/json_util/JsonSchemaObjectNode.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
EntityContext
;
11
class
InsideBlockEventMap
;
12
class
InsideBlockNotifierComponent
;
13
namespace
JsonUtil {
class
EmptyClass
; }
14
// clang-format on
15
16
class
InsideBlockNotifierDefinition
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 24, ::std::vector<::InsideBlockEventMap>> mBlockList;
21
// NOLINTEND
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCAPI
void
initialize(
::EntityContext
&,
::InsideBlockNotifierComponent
& component)
const
;
27
// NOLINTEND
28
29
public
:
30
// static functions
31
// NOLINTBEGIN
32
MCAPI
static
void
buildSchema(
33
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::InsideBlockNotifierDefinition>
>&
34
root
35
);
36
// NOLINTEND
37
};
EntityContext
Definition
EntityContext.h:17
InsideBlockEventMap
Definition
InsideBlockEventMap.h:13
InsideBlockNotifierComponent
Definition
InsideBlockNotifierComponent.h:11
InsideBlockNotifierDefinition
Definition
InsideBlockNotifierDefinition.h:16
JsonUtil::EmptyClass
Definition
EmptyClass.h:7
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
src
mc
entity
components_json_legacy
InsideBlockNotifierDefinition.h
Generated on
for LeviLamina by
1.16.1