21class CampfireBlockActor :
public ::BlockActor {
25 ::ll::TypedStorage<8, 512, ::ItemInstance[4]> mCookingItem;
26 ::ll::TypedStorage<4, 16, int[4]> mCookingTime;
27 ::ll::TypedStorage<1, 1, bool> mWasLit;
28 ::ll::TypedStorage<4, 4, int> mNextSmokeParticleTick;
48 virtual ::std::unique_ptr<::BlockActorDataPacket> _getUpdatePacket(
::BlockSource&) ;
56 MCAPI
explicit CampfireBlockActor(
::BlockPos const& pos);
62 MCAPI ::HashedString
const& getCampfireTag(
::BlockSource const& region)
const;
64 MCAPI ::ItemInstance
const& getCookingItem(
int slot);
88 MCFOLD ::std::unique_ptr<::BlockActorDataPacket> $_getUpdatePacket(
::BlockSource&);
98 MCAPI
static void** $vftable();
Definition SaveContext.h:5