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/world/eas/attributes/EnvironmentAttributeData.h"
7#include "mc/world/level/dimension/DimensionType.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace EAS { struct EnvironmentAttributeData; }
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace AttributeLayerSyncPacketData {
16
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 // static functions
28 // NOLINTBEGIN
29 MCAPI static void bind(::cereal::ReflectionCtx& ctx);
30 // NOLINTEND
31};
32
33} // namespace AttributeLayerSyncPacketData
Definition UpdateEnvironmentAttributesData.h:17
Definition EnvironmentAttributeData.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5