25 enum class LayerBitMask :
int {
34 ::ll::TypedStorage<8, 8, ::BlockTransformationComponent const*> mBlockTransformationComponent;
35 ::ll::TypedStorage<8, 8, ::BlockCollisionBoxComponent const*> mBlockCollisionBoxComponent;
36 ::ll::TypedStorage<8, 8, ::BlockSelectionBoxComponent const*> mBlockSelectionBoxComponent;
37 ::ll::TypedStorage<8, 8, ::BlockRedstoneComponent const*> mBlockRedstoneComponent;
38 ::ll::TypedStorage<8, 8, ::BlockGeometryComponent const*> mBlockGeometryComponent;
39 ::ll::TypedStorage<8, 8, ::BlockBakedMaterialDataComponent const*> mBlockBakedMaterialDataComponent;
40 ::ll::TypedStorage<8, 8, ::BlockItemVisualComponent const*> mBlockItemVisualComponent;
41 ::ll::TypedStorage<1, 1, bool> mIsFullBlock;
42 ::ll::TypedStorage<1, 1, bool> mUseNewTessellation;
43 ::ll::TypedStorage<1, 1, bool> mNeedsLegacyTopRotation;
44 ::ll::TypedStorage<1, 1, bool> mIsOpaqueFullBlock;
45 ::ll::TypedStorage<1, 1, ::Brightness> mLightEmission;
46 ::ll::TypedStorage<1, 1, ::Brightness> mLight;
47 ::ll::TypedStorage<4, 4, float> mExplosionResistance;
48 ::ll::TypedStorage<4, 4, int> mBurnOdds;
49 ::ll::TypedStorage<4, 4, int> mFlameOdds;
50 ::ll::TypedStorage<4, 4, float> mFriction;
51 ::ll::TypedStorage<4, 4, float> mDestroySpeed;
52 ::ll::TypedStorage<1, 4, ::DetectionRule> mWaterDetectionRule;
53 ::ll::TypedStorage<4, 4, ::BlockComponentDirectData::LayerBitMask> mFinalized;
54 ::ll::TypedStorage<8, 8, ::BlockDestructibleByMiningComponent const*> mDestructibleByMiningComponent;
60 MCAPI
void _finalizeInit(
::Block const& block);