3#include "mc/_HeaderOutputPredefine.h"
8namespace SharedTypes::v1_21_110::BlockDefinition {
struct BlockComponents; }
11namespace BlockDefinitionUpgradeImpl {
14MCAPI
void transformCraftingTable(
15 ::BlockComponentDescription
const& blockComponentDescription,
16 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
19MCAPI
void transformDestructibleByExplosion(
20 ::BlockComponentDescription
const& blockComponentDescription,
21 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
24MCAPI
void transformDestructibleByMining(
25 ::BlockComponentDescription
const& blockComponentDescription,
26 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
29MCAPI
void transformDestructionParticles(
30 ::BlockComponentDescription
const& blockComponentDescription,
31 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
34MCAPI
void transformDisplayName(
35 ::BlockComponentDescription
const& blockComponentDescription,
36 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
39MCAPI
void transformEntityFallOn(
40 ::BlockComponentDescription
const& blockComponentDescription,
41 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
44MCAPI
void transformFlammable(
45 ::BlockComponentDescription
const& blockComponentDescription,
46 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
49MCAPI
void transformFlowerPottable(
50 ::BlockComponentDescription
const& blockComponentDescription,
51 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
54MCAPI
void transformFriction(
55 ::BlockComponentDescription
const& blockComponentDescription,
56 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
59MCAPI
void transformGeometry(
60 ::BlockComponentDescription
const& blockComponentDescription,
61 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
64MCAPI
void transformLightDampening(
65 ::BlockComponentDescription
const& blockComponentDescription,
66 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
69MCAPI
void transformLightEmission(
70 ::BlockComponentDescription
const& blockComponentDescription,
71 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
74MCAPI
void transformLoot(
75 ::BlockComponentDescription
const& blockComponentDescription,
76 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
79MCAPI
void transformMapColor(
80 ::BlockComponentDescription
const& blockComponentDescription,
81 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
84MCAPI
void transformMaterialInstance(
85 ::BlockComponentDescription
const& blockComponentDescription,
86 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
89MCAPI
void transformMovable(
90 ::BlockComponentDescription
const& blockComponentDescription,
91 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
94MCAPI
void transformRedstoneConductivity(
95 ::BlockComponentDescription
const& blockComponentDescription,
96 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
99MCAPI
void transformRedstoneProducer(
100 ::BlockComponentDescription
const& blockComponentDescription,
101 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
104MCAPI
void transformSupport(
105 ::BlockComponentDescription
const& blockComponentDescription,
106 ::SharedTypes::v1_21_110::BlockDefinition::BlockComponents& blockComponents
Definition BlockComponentDescription.h:20
Definition BlockComponents.h:15