All Classes
| Class | Description |
|---|---|
| AnonymousGDClient |
An HTTP client specifically designed to make anonymous requests to Geometry
Dash servers.
|
| AuthenticatedGDClient |
An HTTP client specifically designed to make authenticated requests to
Geometry Dash servers.
|
| BadResponseException |
Thrown when the Geometry Dash API returns an HTTP error
|
| CorruptedResponseContentException | |
| DemonDifficulty | |
| Difficulty | |
| GDClientBuilder |
Builds a Geometry Dash client step by step.
|
| GDClientBuilder.Credentials |
Encapsulates a username and a password field.
|
| GDClientException | |
| GDEntity |
Represents anything on Geometry Dash that has a unique ID (a user, a level, a private message...)
|
| GDLevel | |
| GDLevelData | |
| GDLoginFailedException | |
| GDMessage | |
| GDPaginator<E> |
Represents a paginated list of GD entities.
|
| GDSong |
Represents a song used in GD levels
|
| GDTimelyLevel | |
| GDTimelyLevel.TimelyType | |
| GDUser | |
| GDUserIconSet |
Allows to generate user icons.
|
| GDUserProfileData | |
| GDUserSearchData | |
| Gzip |
https://myadventuresincoding.wordpress.com/2016/01/02/java-simple-gzip-utility-to-compress-and-decompress-a-string/
|
| IconType | |
| Indexes |
Index values used by the parser or the client to retrieve info on various
things in Geometry Dash.
|
| Length | |
| LevelSearchFilters |
Allows to define search filters for levels.
|
| LevelSearchFilters.Toggle | |
| LevelSearchStrategy | |
| MissingAccessException | |
| NoTimelyAvailableException | |
| ParseUtils | |
| PrivacySetting | |
| RobTopsWeakCrypto |
Provides methods to encrypt some data such as private
messages, level passwords and account passwords.
|
| Role | |
| Routes |
Constants corresponding to API routes for Geometry Dash
|
| SongNotAllowedForUseException | |
| SpriteFactory | |
| SpriteLoadException | |
| UserSearchDataNotFoundException | |
| Utils |
Contains utility static methods
|
| XORCipher |
Implementation of the XOR Cipher algorithm.
|