LeviLamina
Loading...
Searching...
No Matches
HomeDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/components_json_legacy/RestrictionType.h"
7#include "mc/util/json_util/JsonSchemaObjectNode.h"
8
9// auto generated forward declare list
10// clang-format off
11class EntityContext;
12class HomeComponent;
13namespace JsonUtil { class EmptyClass; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, ::RestrictionType> mRestrictionType;
21 ::ll::TypedStorage<4, 4, int> mRestrictionRadius;
22 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mHomeBlockNames;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI void _setRestrictionRadius(int const& restrictionRadius);
29
30 MCAPI void _setRestrictionType(::std::string const& restrictionType);
31
32 MCAPI void initialize(::EntityContext&, ::HomeComponent& component) const;
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCAPI static void
40 // NOLINTEND
41};
Definition EntityContext.h:16
Definition HomeComponent.h:21
Definition HomeDefinition.h:16
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8