22 enum class BiomeType :
int {
36 ::ll::TypedStorage<1, 1, bool> mChasing;
37 ::ll::TypedStorage<1, 1, bool> mWillingToBreed;
48 virtual void addAdditionalSaveData(
::CompoundTag& tag)
const ;
54 virtual void handleEntityEvent(::ActorEvent eventId,
int data) ;
57 virtual void onLightningHit() ;
72 MCAPI
void _addParticlesAroundSelf(::ParticleType particleType);
74 MCAPI
void consumeLoveFood();
76 MCAPI
int getBreedingStackIndex()
const;
102 MCAPI
void $handleEntityEvent(::ActorEvent eventId,
int data);
104 MCAPI
void $onLightningHit();
Definition EntityContext.h:16