LiteLoaderBDS-1.16.40/LiteLoader/Header/MC/RandomFlyingGoal.hpp
2022-09-21 19:47:03 +08:00

38 lines
928 B
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "../Global.h"
#include "RandomStrollGoal.hpp"
#define BEFORE_EXTRA
#undef BEFORE_EXTRA
class RandomFlyingGoal : public RandomStrollGoal {
#define AFTER_EXTRA
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_RANDOMFLYINGGOAL
public:
class RandomFlyingGoal& operator=(class RandomFlyingGoal const &) = delete;
RandomFlyingGoal(class RandomFlyingGoal const &) = delete;
RandomFlyingGoal() = delete;
#endif
public:
/*0*/ virtual ~RandomFlyingGoal();
/*1*/ virtual bool canUse();
/*7*/ virtual void appendDebugInfo(std::string &) const;
/*8*/ virtual void __unk_vfn_8();
/*9*/ virtual void __unk_vfn_9();
/*10*/ virtual bool _setWantedPosition();
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_RANDOMFLYINGGOAL
#endif
//private:
MCAPI bool _getTreePos(class Vec3 &) const;
private:
};