25 ::ll::TypedStorage<1, 1, bool> mAggroedByPlayer;
26 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CompoundTag>> mCarryBlockSerId;
27 ::ll::TypedStorage<2, 2, ::NewBlockID> mCarryBlockId;
28 ::ll::TypedStorage<2, 2, ushort> mCarryBlockData;
39 virtual void normalTick() ;
42 virtual void newServerAiStep() ;
45 virtual void hurtEffects(
::ActorDamageSource const& source,
float damage,
bool knock,
bool ignite) ;
51 virtual ::SharedTypes::Legacy::LevelSoundEvent getAmbientSound()
const ;
54 virtual bool _hurt(
::ActorDamageSource const& source,
float damage,
bool knock,
bool ignite) ;
57 virtual void addAdditionalSaveData(
::CompoundTag& tag)
const ;
89 MCAPI
void $normalTick();
91 MCAPI
void $newServerAiStep();
93 MCAPI
void $hurtEffects(
::ActorDamageSource const& source,
float damage,
bool knock,
bool ignite);
97 MCAPI ::SharedTypes::Legacy::LevelSoundEvent $getAmbientSound()
const;
99 MCAPI
bool $_hurt(
::ActorDamageSource const& source,
float damage,
bool knock,
bool ignite);
Definition EntityContext.h:16