LeviLamina
Loading...
Searching...
No Matches
BlockDefinitionUpgradeImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace SharedTypes::v1_21_110::BlockDefinition { struct BlockComponents; }
9// clang-format on
10
11namespace BlockDefinitionUpgradeImpl {
12// functions
13// NOLINTBEGIN
14MCAPI void transformDisplayName(
15 ::BlockComponentDescription const& blockComponentDescription,
17);
18
19MCAPI void transformLightDampening(
20 ::BlockComponentDescription const& blockComponentDescription,
22);
23
24MCAPI void transformLightEmission(
25 ::BlockComponentDescription const& blockComponentDescription,
27);
28// NOLINTEND
29
30} // namespace BlockDefinitionUpgradeImpl
Definition BlockComponentDescription.h:20