LeviLamina
Loading...
Searching...
No Matches
FacingResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RotationCommandUtils {
6
7
enum class
FacingResult :
int
{
8
HaveFacing = 0,
9
NoFacing = 1,
10
Error = 2,
11
};
12
13
}
14
15
// clang-format off
16
template
<>
17
MCAPI ::ll::type_id_ref Bedrock::typeid_storage_impl<class CommandRegistry, ::RotationCommandUtils::FacingResult>();
18
// clang-format on
src
mc
util
rotation_command_utils
FacingResult.h
Generated on
for LeviLamina by
1.16.1