|
LeviLamina
|
Classes | |
| struct | EnabledStates |
| class | UpdateCardinalGetPlacementBlockCallback |
| class | UpdateFacingGetPlacementBlockCallback |
Public Member Functions | |
| virtual ::std::unique_ptr<::CompoundTag > | buildNetworkTag (::cereal::ReflectionCtx const &ctx) const |
| virtual void | initializeFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx) |
| virtual void | applyToBlockType (::BlockType &blockType) const |
| MCAPI void | $dtor () |
| MCAPI ::std::unique_ptr<::CompoundTag > | $buildNetworkTag (::cereal::ReflectionCtx const &ctx) const |
| MCAPI void | $initializeFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx) |
| MCAPI void | $applyToBlockType (::BlockType &blockType) const |
Static Public Member Functions | |
| static MCAPI ::BlockTrait::PlacementDirection | CardinalDirection (float _yRotationOffset) |
| static MCAPI ::BlockTrait::PlacementDirection | FacingDirection (float _yRotationOffset) |
| static MCAPI void | _addCornerConnection (::BlockType &blockType, ::std::vector<::SharedTypes::Legacy::BlockDescriptor > const &blocksToCornerWith) |
| static MCAPI void | bindType (::cereal::ReflectionCtx &ctx) |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 1, 3, ::BlockTrait::PlacementDirection::EnabledStates > | mStates |
| ::ll::TypedStorage< 4, 4, float > | mRotationOffset |
| ::ll::TypedStorage< 8, 24, ::std::vector<::SharedTypes::Legacy::BlockDescriptor > > | mBlocksToCornerWith |
|
virtual |
Implements BlockTrait::ITrait.
|
virtual |
Implements BlockTrait::ITrait.
|
virtual |
Implements BlockTrait::ITrait.
|
static |