LeviLamina
Loading...
Searching...
No Matches
UpdateAttributeLayersData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5#include "mc/world/eas/AttributeLayerData.h"
6
7// auto generated forward declare list
8// clang-format off
9namespace EAS { struct AttributeLayerData; }
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace AttributeLayerSyncPacketData {
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::std::vector<::EAS::AttributeLayerData>> mAttributeLayers;
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 UpdateAttributeLayersData.h:15
Definition AttributeLayerData.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5