LeviLamina
Loading...
Searching...
No Matches
UpdateEnvironmentAttributesData.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/eas/attributes/EnvironmentAttributeData.h"
7
#include "mc/world/level/dimension/DimensionType.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
EAS {
struct
EnvironmentAttributeData
; }
12
namespace
cereal {
struct
ReflectionCtx
; }
13
// clang-format on
14
15
namespace
AttributeLayerSyncPacketData {
16
17
struct
UpdateEnvironmentAttributesData
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 32, ::std::string> mLayerName;
22
::ll::TypedStorage<4, 4, ::DimensionType> mLayerDimensionId;
23
::ll::TypedStorage<8, 24, ::std::vector<::EAS::EnvironmentAttributeData>> mAttributes;
24
// NOLINTEND
25
26
public
:
27
// static functions
28
// NOLINTBEGIN
29
MCAPI
static
void
bind(
::cereal::ReflectionCtx
&
ctx
);
30
// NOLINTEND
31
};
32
33
}
// namespace AttributeLayerSyncPacketData
AttributeLayerSyncPacketData::UpdateEnvironmentAttributesData
Definition
UpdateEnvironmentAttributesData.h:17
EAS::EnvironmentAttributeData
Definition
EnvironmentAttributeData.h:7
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src
mc
network
packet
attribute_layer_sync_packet_data
UpdateEnvironmentAttributesData.h
Generated on
for LeviLamina by
1.16.1