AlpacaLibary  1.63
A closed source C++ bot for OSRS
PlayerManager.hpp
Go to the documentation of this file.
1 #ifndef PLAYERMANAGER_HPP_INCLUDED
2 #define PLAYERMANAGER_HPP_INCLUDED
3 
4 #include "../JavaClass/Object.hpp"
5 #include "../JavaClass/Class.hpp"
6 #include "FriendList.hpp"
7 #include "IgnoreList.hpp"
8 
9 namespace Internal
10 {
11  class PlayerManager : public Object
12  {
13  public:
14  PlayerManager(const void* Obj);
15 
16  PlayerManager() = default;
18  PlayerManager(const PlayerManager& Obj) = default;
21 
22  static Class GetClass();
23 
26 
27  };
28 }
29 
30 #endif // PLAYERMANAGER_HPP_INCLUDED
static Class GetClass()
FriendList GetFriendList() const
PlayerManager(PlayerManager &&Obj)=default
PlayerManager(const void *Obj)
PlayerManager & operator=(PlayerManager &&Obj)=default
PlayerManager & operator=(const PlayerManager &Obj)=default
PlayerManager(const PlayerManager &Obj)=default
IgnoreList GetIgnoreList() const