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>
mUnk2c4138;
23
::ll::UntypedStorage<4, 12>
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
::ll::UntypedStorage<8, 24>
mUnkcb9948;
30
// NOLINTEND
31
32
public
:
33
// prevent constructor by default
34
AttributeLayer& operator=(AttributeLayer
const
&);
35
AttributeLayer(AttributeLayer
const
&);
36
AttributeLayer();
37
};
38
39
}
// namespace EAS
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
eas
AttributeLayer.h
Generated on
for LeviLamina by
1.16.1