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 transformCraftingTable(
15 ::BlockComponentDescription const& blockComponentDescription,
16 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
17);
18
19MCAPI void transformDestructibleByExplosion(
20 ::BlockComponentDescription const& blockComponentDescription,
21 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
22);
23
24MCAPI void transformDestructibleByMining(
25 ::BlockComponentDescription const& blockComponentDescription,
26 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
27);
28
29MCAPI void transformDestructionParticles(
30 ::BlockComponentDescription const& blockComponentDescription,
31 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
32);
33
34MCAPI void transformDisplayName(
35 ::BlockComponentDescription const& blockComponentDescription,
36 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
37);
38
39MCAPI void transformEntityFallOn(
40 ::BlockComponentDescription const& blockComponentDescription,
41 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
42);
43
44MCAPI void transformFlammable(
45 ::BlockComponentDescription const& blockComponentDescription,
46 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
47);
48
49MCAPI void transformFlowerPottable(
50 ::BlockComponentDescription const& blockComponentDescription,
51 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
52);
53
54MCAPI void transformFriction(
55 ::BlockComponentDescription const& blockComponentDescription,
56 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
57);
58
59MCAPI void transformGeometry(
60 ::BlockComponentDescription const& blockComponentDescription,
61 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
62);
63
64MCAPI void transformLightDampening(
65 ::BlockComponentDescription const& blockComponentDescription,
66 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
67);
68
69MCAPI void transformLightEmission(
70 ::BlockComponentDescription const& blockComponentDescription,
71 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
72);
73
74MCAPI void transformLoot(
75 ::BlockComponentDescription const& blockComponentDescription,
76 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
77);
78
79MCAPI void transformMapColor(
80 ::BlockComponentDescription const& blockComponentDescription,
81 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
82);
83
84MCAPI void transformMaterialInstance(
85 ::BlockComponentDescription const& blockComponentDescription,
86 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
87);
88
89MCAPI void transformMovable(
90 ::BlockComponentDescription const& blockComponentDescription,
91 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
92);
93
94MCAPI void transformRedstoneConductivity(
95 ::BlockComponentDescription const& blockComponentDescription,
96 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
97);
98
99MCAPI void transformRedstoneProducer(
100 ::BlockComponentDescription const& blockComponentDescription,
101 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
102);
103
104MCAPI void transformSupport(
105 ::BlockComponentDescription const& blockComponentDescription,
106 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
107);
108// NOLINTEND
109
110} // namespace BlockDefinitionUpgradeImpl
Definition BlockComponentDescription.h:20