19 ::ll::TypedStorage<4, 4, int> mAngerTime;
20 ::ll::TypedStorage<4, 4, int> mPlayAngrySoundIn;
21 ::ll::TypedStorage<4, 4, int> mStunedTime;
28 virtual void normalTick() ;
31 virtual bool checkSpawnRules(
bool fromSpawner) ;
34 virtual bool _hurt(
::ActorDamageSource const& source,
float damage,
bool knock,
bool ignite) ;
37 virtual void addAdditionalSaveData(
::CompoundTag& tag)
const ;
49 MCAPI
void $normalTick();
51 MCAPI
bool $checkSpawnRules(
bool fromSpawner);
53 MCAPI
bool $_hurt(
::ActorDamageSource const& source,
float damage,
bool knock,
bool ignite);