23class EnderMan :
public ::Monster {
27 ::ll::TypedStorage<1, 1, bool> mAggroedByPlayer;
28 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CompoundTag>> mCarryBlockSerId;
29 ::ll::TypedStorage<2, 2, ::NewBlockID> mCarryBlockId;
30 ::ll::TypedStorage<2, 2, ushort> mCarryBlockData;
40 virtual void normalTick() ;
42 virtual void newServerAiStep() ;
49 virtual ::SharedTypes::Legacy::LevelSoundEvent getAmbientSound()
const ;
51 virtual ::ActorHurtResult
54 virtual void addAdditionalSaveData(
::CompoundTag& tag)
const ;
82 MCAPI
void $normalTick();
84 MCAPI
void $newServerAiStep();
90 MCAPI ::SharedTypes::Legacy::LevelSoundEvent $getAmbientSound()
const;
92 MCAPI ::ActorHurtResult $_hurt(
::ActorDamageSource const& source,
float damage,
bool knock,
bool ignite);
104 MCAPI
static void** $vftable();
Definition EntityContext.h:17