LeviLamina
Loading...
Searching...
No Matches
Plane.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Scripting {
6
7
enum class
Plane :
int
{
8
// bitfield representation
9
NoPlane = 0,
10
Xy = 1 << 0,
11
Xz = 1 << 1,
12
Yz = 1 << 2,
13
};
14
15
}
src
mc
scripting
Plane.h
Generated on Fri Jun 13 2025 05:04:41 for LeviLamina by
1.12.0