63 MCAPI
void setSoundEvent(::std::string
const& soundEvent);
65 MCAPI
void setTargetSelectionMethod(::std::string
const& methodCased);
71 MCAPI
static void buildSchema(
72 ::std::string
const& name,
87 MCAPI
static void** $vftable();
94 ::ll::TypedStorage<4, 12, ::Vec3> mTargetPos;
95 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Path>> mPath;
96 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
97 ::ll::TypedStorage<8, 8, ::Tick> mNextStartTick;
98 ::ll::TypedStorage<4, 12, ::BlockPos> mTargetBlockToAvoidPos;
99 ::ll::TypedStorage<8, 136, ::AvoidBlockGoal::Definition> mDefinition;
100 ::ll::TypedStorage<8, 8, ::Tick> mNextSoundEventTick;
107 virtual bool canUse() ;
110 virtual bool canContinueToUse() ;
113 virtual void tick() ;
116 virtual void appendDebugInfo(::std::string& str)
const ;
119 virtual void start() ;
122 virtual void stop() ;
131 MCAPI
bool _findTargetBlock();
143 MCAPI
bool $canUse();
145 MCAPI
bool $canContinueToUse();
149 MCAPI
void $appendDebugInfo(::std::string& str)
const;
159 MCAPI
static void** $vftable();
Definition EntityContext.h:16