LeviLamina
Loading...
Searching...
No Matches
JigsawStructureUtils.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 CompoundTag;
11namespace JigsawStructureUtils { struct JigsawBlockMetadataCacheHandle; }
12// clang-format on
13
14namespace JigsawStructureUtils {
15// functions
16// NOLINTBEGIN
17MCAPI bool canAttach(
18 ::JigsawStructureUtils::JigsawBlockMetadataCacheHandle cacheHandle,
19 ::JigsawStructureUtils::JigsawBlockMetadataCacheHandle rhsCacheHandle,
20 ::Rotation rotation,
21 ::Rotation rhsRotation,
22 bool ignoreNameCheck
23);
24
25MCAPI uchar getFrontFacing(::JigsawStructureUtils::JigsawBlockMetadataCacheHandle cacheHandle, ::Rotation rotation);
26
27MCAPI ::std::string getSerializationIdString(::CompoundTag const& blockIdTag);
28// NOLINTEND
29
30} // namespace JigsawStructureUtils
Definition CompoundTag.h:18
Definition JigsawBlockMetadataCacheHandle.h:13