29 ::ll::TypedStorage<1, 1, uchar> mFacing;
30 ::ll::TypedStorage<1, 1, bool> mFacingChanged;
38 virtual ::std::string getName()
const ;
40 virtual int getMaxStackSize()
const ;
50 virtual bool canPushInItem(
int slot,
int face,
::ItemStack const& item)
const ;
52 virtual void startOpen(
::Actor& actor) ;
54 virtual void stopOpen(
::Actor& actor) ;
56 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource& region) ;
60 virtual ::SharedTypes::Legacy::LevelSoundEvent getOpenSound()
const ;
62 virtual ::SharedTypes::Legacy::LevelSoundEvent getCloseSound()
const ;
64 virtual ::AABB getObstructionAABB()
const ;
66 virtual bool _detectEntityObstruction(
::BlockSource& region)
const ;
72 MCAPI ::Vec3 _calculateActorMovementIntoShulker(
73 ::std::vector<::AABB>
const& intersectingAABBs,
74 ::AABB const& actorAabbAfterMovement
79 MCAPI
void _moveCollidedEntities(
::BlockSource& region)
const;
86 MCAPI static ::std::unique_ptr<::ShulkerBoxBlockActor> createShulkerBoxBlockEntity(
::BlockPos const& pos);
92 MCAPI
static bool itemAllowedInSlot(
int,
::ItemStackBase const& item,
int);
99 MCAPI ::std::string $getName()
const;
101 MCFOLD
int $getMaxStackSize()
const;
111 MCAPI
bool $canPushInItem(
int slot,
int face,
::ItemStack const& item)
const;
113 MCAPI
void $startOpen(
::Actor& actor);
115 MCAPI
void $stopOpen(
::Actor& actor);
117 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource& region);
121 MCFOLD ::SharedTypes::Legacy::LevelSoundEvent $getOpenSound()
const;
123 MCFOLD ::SharedTypes::Legacy::LevelSoundEvent $getCloseSound()
const;
125 MCAPI ::AABB $getObstructionAABB()
const;
127 MCFOLD
bool $_detectEntityObstruction(
::BlockSource& region)
const;
135 MCAPI
static void** $vftableForFillingContainer();
137 MCAPI
static void** $vftableForRandomizableBlockActorContainerBase();
Definition SaveContext.h:5