1 #ifndef DYNAMICOBJECT_HPP_INCLUDED
2 #define DYNAMICOBJECT_HPP_INCLUDED
5 #include "../JavaClass/Class.hpp"
DynamicObject(const DynamicObject &Obj)=default
std::int32_t GetPlane() const
std::int32_t GetType() const
std::int32_t GetAnimationFrame() const
std::int32_t GetX() const
std::int32_t GetID() const
std::int32_t GetOrientation() const
DynamicObject(const void *Obj)
std::int32_t GetY() const
DynamicObject & operator=(const DynamicObject &Obj)=default
DynamicObject & operator=(DynamicObject &&Obj)=default
Animation GetAnimation() const
DynamicObject(DynamicObject &&Obj)=default