LeviLamina
Loading...
Searching...
No Matches
ItemFlags.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
ItemFlags : uint {
6
// bitfield representation
7
None = 0,
8
Featured = 1u << 0,
9
InsufficientMemory = 1u << 1,
10
New = 1u << 2,
11
Owned = 1u << 3,
12
Rtx = 1u << 4,
13
Sale = 1u << 5,
14
Trending = 1u << 6,
15
Editorial = 1u << 7,
16
Max = 1u << 8,
17
};
src
mc
client
services
catalog
ItemFlags.h
Generated on Sat Apr 26 2025 05:55:22 for LeviLamina by
1.12.0