29 ::ll::TypedStorage<1, 1, bool> mSticky;
30 ::ll::TypedStorage<4, 4, float> mProgress;
31 ::ll::TypedStorage<4, 4, float> mLastProgress;
32 ::ll::TypedStorage<1, 1, bool> mWasPushedBackwardByANonStickyPiston;
33 ::ll::TypedStorage<1, 1, bool> mWasPulledForwardByAStickyPiston;
34 ::ll::TypedStorage<1, 1, ::PistonState> mOldState;
35 ::ll::TypedStorage<1, 1, ::PistonState> mState;
36 ::ll::TypedStorage<1, 1, ::PistonState> mNewState;
37 ::ll::TypedStorage<1, 1, bool> mVerifyArm;
38 ::ll::TypedStorage<1, 1, bool> mShouldVerifyArmType;
39 ::ll::TypedStorage<8, 24, ::std::vector<::BlockPos>> mAttachedBlocks;
40 ::ll::TypedStorage<8, 32, ::std::optional<::std::vector<::BlockPos>>> mFutureClientAttachedBlocks;
41 ::ll::TypedStorage<8, 24, ::std::vector<::BlockPos>> mBreakBlocks;
63 virtual ::PistonBlockActor
const* getOwningPiston(
::BlockSource&)
const ;
66 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource&) ;
78 MCAPI
bool _attachedBlockWalker(
81 uchar curBranchFacing,
82 uchar pistonMoveFacing
89 MCAPI
bool _handleSlimeConnections(
92 uchar curBranchFacing,
93 uchar pistonMoveFacing
96 MCAPI
bool _hasBlockAttached(
::BlockPos const& blockPos);
100 MCAPI
void _moveCollidedEntitiesHelper(
102 ::AABB const& insideBlockAABB,
116 MCAPI
void moveEntityLastProgress(
::Actor& entity,
::Vec3 delta);
122 MCAPI
static void _spawnResourcesForBlockAndExtraBlock(
149 MCFOLD ::PistonBlockActor
const* $getOwningPiston(
::BlockSource&)
const;
151 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
Definition SaveContext.h:5
Definition ResourceDropsContext.h:12