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/deps/core/utility/AutomaticID.h"
7#include "mc/world/eas/AttributeLayerSettings.h"
8
9// auto generated forward declare list
10// clang-format off
11class Dimension;
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace AttributeLayerSyncPacketData {
16
17struct UpdateAttributeLayerSettingsData {
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, 56, ::EAS::AttributeLayerSettings> mAttributeLayerSettings;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 UpdateAttributeLayerSettingsData(UpdateAttributeLayerSettingsData const&);
29 UpdateAttributeLayerSettingsData();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI ::AttributeLayerSyncPacketData::UpdateAttributeLayerSettingsData&
36
37 MCAPI ::AttributeLayerSyncPacketData::UpdateAttributeLayerSettingsData&
39
40 MCAPI ~UpdateAttributeLayerSettingsData();
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static void bind(::cereal::ReflectionCtx& ctx);
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCAPI void $dtor();
53 // NOLINTEND
54};
55
56} // namespace AttributeLayerSyncPacketData
Definition Dimension.h:86
Definition UpdateAttributeLayerSettingsData.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5