LeviLamina
Loading...
Searching...
No Matches
AttributeCollection.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Attribute
;
8
class
HashedString
;
9
// clang-format on
10
11
class
AttributeCollection
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::Attribute*>> mAttributesMap;
16
::ll::TypedStorage<4, 4, uint> mIDValueIndex;
17
// NOLINTEND
18
19
public
:
20
// static functions
21
// NOLINTBEGIN
22
MCAPI static ::AttributeCollection& instance();
23
// NOLINTEND
24
};
AttributeCollection
Definition
AttributeCollection.h:11
Attribute
Definition
Attribute.h:13
HashedString
Definition
HashedString.h:5
src
mc
world
attribute
AttributeCollection.h
Generated on Sat Apr 26 2025 05:56:07 for LeviLamina by
1.12.0