24class VillagerV2 :
public ::VillagerBase {
34 virtual void newServerAiStep() ;
38 virtual void remove() ;
40 virtual void buildDebugInfo(::std::string& out)
const ;
42 virtual ::InteractionResult
45 virtual ::SharedTypes::Legacy::LevelSoundEvent getAmbientSound()
const ;
75 MCAPI
void $newServerAiStep();
81 MCAPI
void $buildDebugInfo(::std::string& out)
const;
83 MCAPI ::InteractionResult
86 MCAPI ::SharedTypes::Legacy::LevelSoundEvent $getAmbientSound()
const;
94 MCAPI
static void** $vftable();
Definition EntityContext.h:17