![JAR search and dependency download from the Maven repository](/logo.png)
jdash.common.CommentSortMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdash-common Show documentation
Show all versions of jdash-common Show documentation
Common types and utilities when dealing with Geometry Dash data
The newest version!
package jdash.common;
/**
* Indicates how comments should be sorted.
*/
public enum CommentSortMode {
/**
* Indicates that comments should be sorted from newest to oldest.
*/
RECENT,
/**
* Indicates that comments should be sorted according to their number of likes.
*/
MOST_LIKED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy