LeviLamina
Loading...
Searching...
No Matches
details.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/json_utils/JsonSchemaObjectNode.h"
7
8// auto generated forward declare list
9// clang-format off
10class Block;
11namespace JsonUtil { class EmptyClass; }
12namespace JsonUtil::details { struct BlockReference; }
13// clang-format on
14
15namespace JsonUtil::details {
16// functions
17// NOLINTBEGIN
18MCAPI ::Block const* _getBlockDefaultState(::std::string const& blockTypeName);
19
20MCAPI ::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::JsonUtil::details::BlockReference>>
21_getOrMakeBlockReferenceSchema();
22// NOLINTEND
23
24} // namespace JsonUtil::details
Definition Block.h:36