3#include "mc/_HeaderOutputPredefine.h"
5enum class Rotation : uchar {
11 Clockwise180 = 1 << 1,
13 CounterClockwise90 = Clockwise90 | Clockwise180,
14 Rotate270 = Clockwise90 | Clockwise180,
19MCAPI ::ll::type_id_ref Bedrock::typeid_storage_impl<class CommandRegistry, ::Rotation>();