21class BeehiveBlockActor :
public ::BlockActor {
33 ::ll::TypedStorage<8, 176, ::ActorDefinitionIdentifier> mActorIdentifier;
34 ::ll::TypedStorage<8, 24, ::CompoundTag> mSaveData;
35 ::ll::TypedStorage<4, 4, uint> mTicksLeftToStay;
42 ::ll::TypedStorage<8, 24, ::std::vector<::BeehiveBlockActor::Occupant>> mOccupants;
43 ::ll::TypedStorage<1, 1, bool> mShouldSpawnBees;
63 MCAPI
explicit BeehiveBlockActor(
::BlockPos const& pos);
71 MCAPI
void disableBeeSpawn();
77 MCAPI
bool tryAdmit(
::Actor& actor);
91 MCAPI
static uint
const& MAX_OCCUPANCY();
93 MCAPI static ::BlockActorType
const& TypeId();
117 MCAPI
static void** $vftable();
Definition SaveContext.h:5