LeviLamina
Loading...
Searching...
No Matches
RemoveEnvironmentAttributesData.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
8// auto generated forward declare list
9// clang-format off
10class Dimension;
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace AttributeLayerSyncPacketData {
15
16struct RemoveEnvironmentAttributesData {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::std::string> mLayerName;
21 ::ll::TypedStorage<4, 4, ::DimensionType> mLayerDimensionId;
22 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mAttributes;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 RemoveEnvironmentAttributesData(RemoveEnvironmentAttributesData const&);
28 RemoveEnvironmentAttributesData();
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI ::AttributeLayerSyncPacketData::RemoveEnvironmentAttributesData&
35
36 MCAPI ::AttributeLayerSyncPacketData::RemoveEnvironmentAttributesData&
38
40
41 MCAPI ~RemoveEnvironmentAttributesData();
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void bind(::cereal::ReflectionCtx& ctx);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCFOLD void $dtor();
54 // NOLINTEND
55};
56
57} // namespace AttributeLayerSyncPacketData
Definition Dimension.h:86
Definition RemoveEnvironmentAttributesData.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5