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
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
16public:
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
24public:
25 // member functions
26 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // static functions
32 // NOLINTBEGIN
33 MCAPI static void buildSchema(
35 );
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCAPI void $dtor();
42 // NOLINTEND
43};
Definition ActorFilterGroup.h:19
Definition BlockBreakSensorDefinition.h:15
Definition BlockListEventMap.h:10
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8