28 ::ll::TypedStorage<8, 8, ::Block const*> mWrappedBlock;
29 ::ll::TypedStorage<8, 8, ::Block const*> mWrappedExtraBlock;
30 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::BlockActor>> mWrappedBlockActor;
31 ::ll::TypedStorage<4, 12, ::BlockPos> mPistonBlockPos;
32 ::ll::TypedStorage<1, 1, bool> mPistonBlockExpanding;
33 ::ll::TypedStorage<4, 24, ::AABB> mCollisionShape;
34 ::ll::TypedStorage<1, 1, bool> mPreserved;
35 ::ll::TypedStorage<4, 4, int> mPreservedLifespan;
54 virtual ::PistonBlockActor* getOwningPiston(
::BlockSource& region) ;
57 virtual ::PistonBlockActor
const* getOwningPiston(
::BlockSource& region)
const ;
69 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource&) ;
80 MCAPI ::std::pair<::AABB, ::AABB> _getWrappedBlockCollisionShapes(
::IConstBlockSource const& region)
const;
108 MCFOLD ::PistonBlockActor* $getOwningPiston(
::BlockSource& region);
110 MCFOLD ::PistonBlockActor
const* $getOwningPiston(
::BlockSource& region)
const;
118 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
126 MCAPI
static void** $vftable();
Definition SaveContext.h:5