20 ::ll::TypedStorage<4, 4, int> mLifetime;
29 virtual bool shouldBurn() ;
31 virtual bool isOnFire()
const ;
33 virtual bool canDestroyBlock(
::Block const& block)
const ;
35 virtual bool _hurt(
::ActorDamageSource const& source,
float damage,
bool knock,
bool ignite) ;
37 virtual float getInertia() ;
46 MCAPI
void $initializeComponents(::ActorInitializationMethod method,
::VariantParameterList const& params);
49 MCFOLD
bool $shouldBurn();
51 MCFOLD
bool $isOnFire()
const;
53 MCAPI
bool $canDestroyBlock(
::Block const& block)
const;
55 MCAPI
bool $_hurt(
::ActorDamageSource const& source,
float damage,
bool knock,
bool ignite);
57 MCAPI
float $getInertia();
65 MCAPI
static void** $vftable();