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&) ;
80 MCAPI
bool _attachedBlockWalker(
83 uchar curBranchFacing,
84 uchar pistonMoveFacing
91 MCAPI
bool _handleSlimeConnections(
94 uchar curBranchFacing,
95 uchar pistonMoveFacing
98 MCAPI
bool _hasBlockAttached(
::BlockPos const& blockPos);
102 MCAPI
void _moveCollidedEntitiesHelper(
104 ::AABB const& insideBlockAABB,
118 MCAPI
void moveEntityLastProgress(
::Actor& entity,
::Vec3 delta);
124 MCAPI
static void _spawnResourcesForBlockAndExtraBlock(
135 MCAPI
void* $ctor(
::BlockPos const& pos,
bool isSticky);
157 MCFOLD ::PistonBlockActor
const* $getOwningPiston(
::BlockSource&)
const;
159 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
167 MCAPI
static void** $vftable();
Definition SaveContext.h:5
Definition ResourceDropsContext.h:5