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
};
Level
Definition
Level.h:234
src
mc
resources
PackScope.h
Generated on Sat Apr 26 2025 05:55:49 for LeviLamina by
1.12.0