LeviLamina
Loading...
Searching...
No Matches
Mirror.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
Mirror : uchar {
6
None = 0,
7
X = 1,
8
Z = 2,
9
Xz = 3,
10
};
11
12
// clang-format off
13
template
<>
14
MCAPI ::ll::type_id_ref Bedrock::typeid_storage_impl<class CommandRegistry, ::Mirror>();
15
// clang-format on
src
mc
util
Mirror.h
Generated on
for LeviLamina by
1.16.1