LeviLamina
Loading...
Searching...
No Matches
UpdateEnvironmentAttributesData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace EAS { struct EnvironmentAttributeData; }
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11namespace AttributeLayerSyncPacketData {
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 32, ::std::string> mLayerName;
18 ::ll::TypedStorage<4, 4, ::DimensionType> mLayerDimensionId;
19 ::ll::TypedStorage<8, 24, ::std::vector<::EAS::EnvironmentAttributeData>> mAttributes;
20 // NOLINTEND
21
22public:
23 // static functions
24 // NOLINTBEGIN
25 MCAPI static void bind(::cereal::ReflectionCtx& ctx);
26 // NOLINTEND
27};
28
29} // namespace AttributeLayerSyncPacketData
Definition UpdateEnvironmentAttributesData.h:13
Definition EnvironmentAttributeData.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5