25 ::ll::TypedStorage<1, 1, schar> mPower;
26 ::ll::TypedStorage<1, 1, uchar> mStronglyPoweredFace;
27 ::ll::TypedStorage<1, 1, ::Bedrock::EnumSet<::Facing::Name, 6>> mConnectedFaces;
28 ::ll::TypedStorage<1, 1, bool> mIsTransformRelative;
29 ::ll::TypedStorage<1, 1, bool> mAllowPowerUp;
30 ::ll::TypedStorage<1, 1, bool> mAllowPowerDown;
31 ::ll::TypedStorage<1, 1, bool> mSetSignalStrengthOnRedstoneComponentSetup;
32 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnPlaceEventSubscription;
33 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnStateChangeEvenSubscription;
52 MCAPI
static bool const isSignalSource(
::Block const& block);