LeviLamina
Loading...
Searching...
No Matches
ChiseledBookshelfSlotUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
8class Vec3;
9// clang-format on
10
11namespace ChiseledBookshelfSlotUtils {
12// functions
13// NOLINTBEGIN
14MCAPI ::std::optional<int> calculateHitSlot(::Vec3 const& blockHit, ::Block const& block, uchar hitFace);
15// NOLINTEND
16
17} // namespace ChiseledBookshelfSlotUtils
Definition Block.h:36
Definition Vec3.h:10