13class SlimeRandomDirectionGoal :
public ::Goal {
17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, int> mNextRandomizeTicks;
19 ::ll::TypedStorage<4, 4, int> mMinChangeDirectionTicks;
20 ::ll::TypedStorage<4, 4, int> mAddRandomTicks;
21 ::ll::TypedStorage<4, 4, int> mTurnRange;
22 ::ll::TypedStorage<4, 4, float> mChosenDegrees;
27 SlimeRandomDirectionGoal& operator=(SlimeRandomDirectionGoal
const&);
28 SlimeRandomDirectionGoal(SlimeRandomDirectionGoal
const&);
29 SlimeRandomDirectionGoal();
34 virtual bool canUse() ;
38 virtual void appendDebugInfo(::std::string& str)
const ;
40 virtual ~SlimeRandomDirectionGoal() =
default;
50 MCAPI
void $appendDebugInfo(::std::string& str)
const;