LeviLamina
Loading...
Searching...
No Matches
LecternBlockUtil.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Vec3;
8// clang-format on
9
10namespace LecternBlockUtil {
11// static variables
12// NOLINTBEGIN
13MCAPI ::Vec3 const& LECTERN_AABB_ORIGIN();
14
15MCAPI ::Vec3 const& LECTERN_AABB_SIZE();
16// NOLINTEND
17
18} // namespace LecternBlockUtil
Definition Vec3.h:10