20 ::ll::TypedStorage<4, 4, int> mAngerTime;
21 ::ll::TypedStorage<4, 4, int> mPlayAngrySoundIn;
22 ::ll::TypedStorage<4, 4, int> mStunedTime;
28 virtual void normalTick() ;
30 virtual bool checkSpawnRules(
bool fromSpawner) ;
32 virtual bool _hurt(
::ActorDamageSource const& source,
float damage,
bool knock,
bool ignite) ;
34 virtual void addAdditionalSaveData(
::CompoundTag& tag)
const ;
44 MCAPI
void _alert(
::Mob& target);
50 MCAPI
void $normalTick();
52 MCAPI
bool $checkSpawnRules(
bool fromSpawner);
54 MCAPI
bool $_hurt(
::ActorDamageSource const& source,
float damage,
bool knock,
bool ignite);
66 MCAPI
static void** $vftable();