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/world/level/dimension/DimensionType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace AttributeLayerSyncPacketData {
14
15struct RemoveEnvironmentAttributesData {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 32, ::std::string> mLayerName;
20 ::ll::TypedStorage<4, 4, ::DimensionType> mLayerDimensionId;
21 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mAttributes;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 RemoveEnvironmentAttributesData& operator=(RemoveEnvironmentAttributesData const&);
27 RemoveEnvironmentAttributesData();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI RemoveEnvironmentAttributesData(::AttributeLayerSyncPacketData::RemoveEnvironmentAttributesData const&);
33
34 MCAPI bool operator==(::AttributeLayerSyncPacketData::RemoveEnvironmentAttributesData const& rhs) const;
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static void bind(::cereal::ReflectionCtx& ctx);
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
47 // NOLINTEND
48};
49
50} // namespace AttributeLayerSyncPacketData
Definition RemoveEnvironmentAttributesData.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5