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&) ;
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;
85 MCAPI_C static ::std::unique_ptr<::ShulkerBoxBlockActor> createShulkerBoxBlockEntity(
::BlockPos const& pos);
89 MCAPI_C
static bool itemAllowedInSlot(
int,
::ItemStackBase const& item,
int);
95 MCAPI ::std::string $getName()
const;
97 MCFOLD
int $getMaxStackSize()
const;
107 MCAPI
bool $canPushInItem(
int slot,
int face,
::ItemStack const& item)
const;
109 MCAPI
void $startOpen(
::Actor& actor);
111 MCAPI
void $stopOpen(
::Actor& actor);
113 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
117 MCFOLD ::SharedTypes::Legacy::LevelSoundEvent $getOpenSound()
const;
119 MCFOLD ::SharedTypes::Legacy::LevelSoundEvent $getCloseSound()
const;
121 MCAPI ::AABB $getObstructionAABB()
const;
123 MCFOLD
bool $_detectEntityObstruction(
::BlockSource& region)
const;
131 MCAPI
static void** $vftableForFillingContainer();
133 MCAPI
static void** $vftableForRandomizableBlockActorContainerBase();
Definition SaveContext.h:5