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
13class EntityContext;
14namespace JsonUtil { class EmptyClass; }
15// clang-format on
16
17class BlockBreakSensorDefinition {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, float> mSensorRadius;
22 ::ll::TypedStorage<8, 24, ::std::vector<::BlockListEventMap>> mBlockSets;
23 ::ll::TypedStorage<8, 24, ::std::vector<::ActorFilterGroup>> mSourceFilters;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI BlockBreakSensorDefinition();
30
31 MCAPI void initialize(::EntityContext&, ::BlockBreakSensorComponent& component) const;
32
33 MCAPI ~BlockBreakSensorDefinition();
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCAPI static void buildSchema(
41 );
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor();
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCAPI void $dtor();
54 // NOLINTEND
55};
Definition ActorFilterGroup.h:19
Definition BlockBreakSensorComponent.h:16
Definition BlockListEventMap.h:8
Definition EntityContext.h:17
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8