LeviLamina
Loading...
Searching...
No Matches
BlockSpecifierGlue.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
9namespace SharedTypes::v1_20_60 { struct BlockSpecifier; }
10// clang-format on
11
12namespace BlockSpecifierGlue {
13// functions
14// NOLINTBEGIN
15MCAPI ::Block const* getResolvedBlock(::SharedTypes::v1_20_60::BlockSpecifier const& blockSpecifier);
16
17MCAPI ::std::unique_ptr<::BlockDescriptor>
18getResolvedBlockDescriptor(::SharedTypes::v1_20_60::BlockSpecifier const& blockSpecifier);
19// NOLINTEND
20
21} // namespace BlockSpecifierGlue
Definition BlockDescriptor.h:21
Definition Block.h:69
Definition BlockSpecifier.h:15