LeviLamina
Loading...
Searching...
No Matches
FrontAndTop.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
FrontAndTop : uchar {
6
DownEast = 0,
7
DownNorth = 1,
8
DownSouth = 2,
9
DownWest = 3,
10
UpEast = 4,
11
UpNorth = 5,
12
UpSouth = 6,
13
UpWest = 7,
14
WestUp = 8,
15
EastUp = 9,
16
NorthUp = 10,
17
SouthUp = 11,
18
Count = 12,
19
};
src
mc
world
level
block
FrontAndTop.h
Generated on Sat Apr 26 2025 05:56:21 for LeviLamina by
1.12.0