LeviLamina
Loading...
Searching...
No Matches
PackScope.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
PackScope : uchar {
6
// bitfield representation
7
Global
= 1 << 0,
8
AddOn = 1 << 1,
9
Level
= 1 << 2,
10
System = 1 << 3,
11
World = AddOn |
Level
,
12
Default =
Global
| AddOn |
Level
,
13
Any =
Global
| AddOn |
Level
,
14
};
Global
Definition
Global.h:6
Level
Definition
Level.h:238
src
mc
resources
PackScope.h
Generated on Fri Jun 13 2025 05:04:45 for LeviLamina by
1.12.0