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