Package com.github.alex1304.jdash.entity
Interface GDEntity
-
- All Known Implementing Classes:
GDLevel
,GDLevelData
,GDMessage
,GDSong
,GDTimelyLevel
,GDUser
,GDUserProfileData
,GDUserSearchData
public interface GDEntity
Represents anything on Geometry Dash that has a unique ID (a user, a level, a private message...)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getId()
The unique identifier for the entity.
-