|
LeviLamina
|
Classes | |
| struct | EnabledConnectionStatesContainer |
Public Types | |
| enum class | EnabledConnectionStates : int { Cardinal = 0 , Count = 1 } |
| enum class | Type : int { Standard = 0 } |
Public Member Functions | |
| virtual void | applyToBlockType (::BlockType &blockType) const |
| virtual ::std::unique_ptr<::CompoundTag > | buildNetworkTag (::cereal::ReflectionCtx const &) const |
| virtual void | initializeFromNetwork (::CompoundTag const &compoundTag, ::cereal::ReflectionCtx const &) |
| MCAPI void | $applyToBlockType (::BlockType &blockType) const |
| MCAPI ::std::unique_ptr<::CompoundTag > | $buildNetworkTag (::cereal::ReflectionCtx const &) const |
| MCAPI void | $initializeFromNetwork (::CompoundTag const &compoundTag, ::cereal::ReflectionCtx const &) |
| MCFOLD void | $dtor () |
Static Public Member Functions | |
| static MCAPI void | bindType (::cereal::ReflectionCtx &ctx) |
| static MCAPI ::NeighborBlockDirections | getConnectedDirections (::IConstBlockSource const ®ion, ::Block const &block, ::BlockPos const &pos, ::NeighborBlockDirections directionsToCheck) |
| static MCAPI ::std::string const & | getName () |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 4, 4, int > | mUpdateFlags |
| ::ll::TypedStorage< 4, 4, ::BlockTrait::Connection::Type > | mType |
| ::ll::TypedStorage< 1, 1, ::BlockTrait::Connection::EnabledConnectionStatesContainer > | mEnabledConnectionStates |
|
virtual |
Implements BlockTrait::ITrait.
|
virtual |
Implements BlockTrait::ITrait.
|
virtual |
Implements BlockTrait::ITrait.
|
static |