19class VillagerBase :
public ::Mob {
22 enum class BiomeType :
int {
36 ::ll::TypedStorage<1, 1, bool> mChasing;
37 ::ll::TypedStorage<1, 1, bool> mWillingToBreed;
47 virtual void addAdditionalSaveData(
::CompoundTag& tag)
const ;
51 virtual void handleEntityEvent(::ActorEvent event,
int data) ;
53 virtual void onLightningHit() ;
65 MCAPI
void _addParticlesAroundSelf(::ParticleType particleType);
67 MCAPI
void consumeLoveFood();
69 MCAPI
int getBreedingStackIndex()
const;
71 MCAPI
bool isChasing()
const;
73 MCAPI
bool isWillingToBreed(
bool consumeFoodIfNecessary);
75 MCAPI
void setChasing(
bool chasing);
77 MCAPI
void setWillingToBreed(
bool willingToBreed);
79 MCAPI
void stopGoals();
99 MCAPI
void $handleEntityEvent(::ActorEvent event,
int data);
101 MCAPI
void $onLightningHit();
109 MCAPI
static void** $vftable();
Definition EntityContext.h:17