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 eventId,
int data) ;
53 virtual void onLightningHit() ;
55 virtual ~VillagerBase() ;
67 MCAPI
void _addParticlesAroundSelf(::ParticleType particleType);
69 MCAPI
void consumeLoveFood();
71 MCAPI
int getBreedingStackIndex()
const;
97 MCAPI
void $handleEntityEvent(::ActorEvent eventId,
int data);
99 MCAPI
void $onLightningHit();
107 MCAPI
static void** $vftable();
Definition EntityContext.h:16