LeviLamina
Loading...
Searching...
No Matches
BlockBreakSensorDefinition.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
ActorFilterGroup
;
11
class
BlockListEventMap
;
12
namespace
JsonUtil {
class
EmptyClass
; }
13
// clang-format on
14
15
class
BlockBreakSensorDefinition
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<4, 4, float> mSensorRadius;
20
::ll::TypedStorage<8, 24, ::std::vector<::BlockListEventMap>> mBlockSets;
21
::ll::TypedStorage<8, 24, ::std::vector<::ActorFilterGroup>> mSourceFilters;
22
// NOLINTEND
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI
~BlockBreakSensorDefinition
();
28
// NOLINTEND
29
30
public
:
31
// static functions
32
// NOLINTBEGIN
33
MCAPI
static
void
buildSchema(
34
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::BlockBreakSensorDefinition>
>& root
35
);
36
// NOLINTEND
37
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
MCAPI
void
$dtor();
42
// NOLINTEND
43
};
ActorFilterGroup
Definition
ActorFilterGroup.h:19
BlockBreakSensorDefinition
Definition
BlockBreakSensorDefinition.h:15
BlockListEventMap
Definition
BlockListEventMap.h:10
JsonUtil::EmptyClass
Definition
EmptyClass.h:7
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
src
mc
entity
components_json_legacy
BlockBreakSensorDefinition.h
Generated on
for LeviLamina by
1.16.1