LeviLamina
Loading...
Searching...
No Matches
RotationUtil.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/Rotation.h"
7
8// auto generated forward declare list
9// clang-format off
10class Random;
11// clang-format on
12
13namespace RotationUtil {
14// functions
15// NOLINTBEGIN
16MCNAPI ::std::vector<::Rotation> getShuffledRotations(::Random& random);
17
18MCNAPI uchar rotate(::Rotation source, uchar direction);
19// NOLINTEND
20
21} // namespace RotationUtil
Definition Random.h:11