LeviLamina
Loading...
Searching...
No Matches
Attribute.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7#include "mc/world/attribute/RedefinitionMode.h"
8
9class Attribute {
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<1, 1, ::RedefinitionMode> mRedefinitionMode;
14 ::ll::TypedStorage<1, 1, bool> mSyncable;
15 ::ll::TypedStorage<4, 4, uint> mIDValue;
16 ::ll::TypedStorage<8, 48, ::HashedString> mName;
17 // NOLINTEND
18
19public:
20 // static functions
21 // NOLINTBEGIN
22 MCAPI static ::Attribute& getByName(::HashedString const& attribute);
23 // NOLINTEND
24};
Definition Attribute.h:9
Definition HashedString.h:5