|
LeviLamina
|
Public Member Functions | |
| MCAPI void | finalize (::BlockTransformationComponent const *transformationComponent) |
| MCAPI void | onEvent (::BlockEvents::BlockPlaceEvent const &ev) const |
| MCAPI void | onEvent (::BlockEvents::BlockStateChangeEvent const &ev) const |
Static Public Member Functions | |
| static MCAPI bool const | isSignalSource (::Block const &block) |
| static MCAPI void | setRedstoneSignal (::Block const &block, ::BlockSource ®ion, ::BlockPos const &pos) |
| static MCAPI void | setupRedstoneComponent (::Block const &block, ::BlockSource ®ion, ::BlockPos const &pos) |
Public Attributes | |
| ::ll::TypedStorage< 1, 1, schar > | mPower |
| ::ll::TypedStorage< 1, 1, uchar > | mStronglyPoweredFace |
| ::ll::TypedStorage< 1, 1, ::Bedrock::EnumSet<::Facing::Name, 6 > > | mConnectedFaces |
| ::ll::TypedStorage< 1, 1, bool > | mIsTransformRelative |
| ::ll::TypedStorage< 1, 1, bool > | mAllowPowerUp |
| ::ll::TypedStorage< 1, 1, bool > | mAllowPowerDown |
| ::ll::TypedStorage< 1, 1, bool > | mSetSignalStrengthOnRedstoneComponentSetup |