1 #ifndef GROUNDOBJECT_HPP_INCLUDED
2 #define GROUNDOBJECT_HPP_INCLUDED
4 #include "../JavaClass/Object.hpp"
5 #include "../JavaClass/Class.hpp"
std::int32_t GetRenderInfo() const
std::int32_t GetZ() const
GroundObject & operator=(GroundObject &&Obj)=default
std::int32_t GetX() const
GroundObject & operator=(const GroundObject &Obj)=default
GroundObject(const GroundObject &Obj)=default
std::int64_t GetHash() const
GroundObject(const void *Obj)
std::int32_t GetY() const
GroundObject(GroundObject &&Obj)=default
Renderable GetRenderable() const