25 ::ll::TypedStorage<8, 8, ::ActorUniqueID> ownerId;
26 ::ll::TypedStorage<1, 1, bool> mInGround;
36 virtual void normalTick() ;
40 virtual ::ActorUniqueID getSourceUniqueID()
const ;
42 virtual void addAdditionalSaveData(
::CompoundTag& tag)
const ;
46 virtual float getInertia();
48 virtual ::ParticleType getTrailParticle();
50 virtual bool shouldBurn();
64 MCAPI
void _setPower(
::Vec3 const& power);
86 MCAPI
void $normalTick();
90 MCFOLD ::ActorUniqueID $getSourceUniqueID()
const;
96 MCAPI
float $getInertia();
98 MCFOLD ::ParticleType $getTrailParticle();
100 MCFOLD
bool $shouldBurn();
108 MCAPI
static void** $vftable();
Definition EntityContext.h:16