28 ::ll::TypedStorage<1, 1, uchar> mFacing;
29 ::ll::TypedStorage<1, 1, bool> mFacingChanged;
39 virtual ::std::string getName()
const ;
42 virtual int getMaxStackSize()
const ;
57 virtual bool canPushInItem(
int slot,
int face,
::ItemStack const& item)
const ;
60 virtual void startOpen(
::Player& player) ;
63 virtual void stopOpen(
::Player& player) ;
66 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource&) ;
78 virtual ::AABB getObstructionAABB()
const ;
81 virtual bool _detectEntityObstruction(
::BlockSource& region)
const ;
87 MCAPI ::Vec3 _calculateActorMovementIntoShulker(
88 ::std::vector<::AABB>
const& intersectingAABBs,
89 ::AABB const& actorAabbAfterMovement
94 MCAPI
void _moveCollidedEntities(
::BlockSource& region)
const;
106 MCAPI ::std::string $getName()
const;
108 MCFOLD
int $getMaxStackSize()
const;
118 MCAPI
bool $canPushInItem(
int slot,
int face,
::ItemStack const& item)
const;
120 MCAPI
void $startOpen(
::Player& player);
122 MCAPI
void $stopOpen(
::Player& player);
124 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
132 MCAPI ::AABB $getObstructionAABB()
const;
134 MCFOLD
bool $_detectEntityObstruction(
::BlockSource& region)
const;
Definition SaveContext.h:5