LeviLamina
Loading...
Searching...
No Matches
RemoveEnvironmentAttributesData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace AttributeLayerSyncPacketData {
11
12struct RemoveEnvironmentAttributesData {
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 32, ::std::string> mLayerName;
17 ::ll::TypedStorage<4, 4, ::DimensionType> mLayerDimensionId;
18 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mAttributes;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 RemoveEnvironmentAttributesData& operator=(RemoveEnvironmentAttributesData const&);
24 RemoveEnvironmentAttributesData();
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI RemoveEnvironmentAttributesData(::AttributeLayerSyncPacketData::RemoveEnvironmentAttributesData const&);
30
31 MCAPI bool operator==(::AttributeLayerSyncPacketData::RemoveEnvironmentAttributesData const& rhs) const;
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static void bind(::cereal::ReflectionCtx& ctx);
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
44 // NOLINTEND
45};
46
47} // namespace AttributeLayerSyncPacketData
Definition RemoveEnvironmentAttributesData.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5