1 #ifndef PROJECTILE_HPP_INCLUDED
2 #define PROJECTILE_HPP_INCLUDED
5 #include "../JavaClass/Class.hpp"
double GetVelocityX() const
Projectile & operator=(Projectile &&Obj)=default
Projectile(Projectile &&Obj)=default
Projectile(const void *Obj)
std::int32_t GetInteractIndex() const
std::int32_t GetEndTick() const
Projectile & operator=(const Projectile &Obj)=default
double GetVelocityY() const
std::int32_t GetRotationX() const
std::int32_t GetID() const
std::int32_t GetStartTick() const
std::int32_t GetAnimationFrame() const
std::int32_t GetRotationY() const
Projectile(const Projectile &Obj)=default
std::int32_t GetPlane() const