LeviLamina
Loading...
Searching...
No Matches
AttributeLayer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
EAS {
6
7
class
AttributeLayer {
8
public
:
9
// AttributeLayer inner types define
10
enum class
DirtyFlag : uchar {
11
InitLayer = 0,
12
UpdateLayerSettings = 1,
13
UpdateAttribute = 2,
14
RemoveAttribute = 3,
15
Count = 4,
16
};
17
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 32>
mUnkd3250a;
22
::ll::UntypedStorage<4, 4>
mUnk508d8e;
23
::ll::UntypedStorage<8, 56>
mUnkdd6fbf;
24
::ll::UntypedStorage<8, 64>
mUnk69c6ee;
25
::ll::UntypedStorage<8, 24>
mUnk6ea0a5;
26
::ll::UntypedStorage<1, 1>
mUnkf57859;
27
::ll::UntypedStorage<8, 24>
mUnk114377;
28
::ll::UntypedStorage<8, 24>
mUnkefb940;
29
// NOLINTEND
30
31
public
:
32
// prevent constructor by default
33
AttributeLayer& operator=(AttributeLayer
const
&);
34
AttributeLayer(AttributeLayer
const
&);
35
AttributeLayer();
36
};
37
38
}
// namespace EAS
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
eas
AttributeLayer.h
Generated on
for LeviLamina by
1.16.1