LeviLamina
Loading...
Searching...
No Matches
UpdateEnvironmentAttributesData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/AutomaticID.h"
7
8// auto generated forward declare list
9// clang-format off
10class Dimension;
11namespace EAS { struct EnvironmentAttributeData; }
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace AttributeLayerSyncPacketData {
16
17struct UpdateEnvironmentAttributesData {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 32, ::std::string> mLayerName;
22 ::ll::TypedStorage<4, 4, ::DimensionType> mLayerDimensionId;
23 ::ll::TypedStorage<8, 24, ::std::vector<::EAS::EnvironmentAttributeData>> mAttributes;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 UpdateEnvironmentAttributesData(UpdateEnvironmentAttributesData const&);
29 UpdateEnvironmentAttributesData();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI ::AttributeLayerSyncPacketData::UpdateEnvironmentAttributesData&
36
37 MCAPI ::AttributeLayerSyncPacketData::UpdateEnvironmentAttributesData&
39
41
42 MCAPI ~UpdateEnvironmentAttributesData();
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static void bind(::cereal::ReflectionCtx& ctx);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCAPI void $dtor();
55 // NOLINTEND
56};
57
58} // namespace AttributeLayerSyncPacketData
Definition Dimension.h:86
Definition UpdateEnvironmentAttributesData.h:17
Definition EnvironmentAttributeData.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5