Uses of Enum Class
cn.lanink.gamecore.ranking.RankingFormat.SortOrder
Packages that use RankingFormat.SortOrder
-
Uses of RankingFormat.SortOrder in cn.lanink.gamecore.ranking
Fields in cn.lanink.gamecore.ranking declared as RankingFormat.SortOrderMethods in cn.lanink.gamecore.ranking that return RankingFormat.SortOrderModifier and TypeMethodDescriptionstatic RankingFormat.SortOrderReturns the enum constant of this class with the specified name.static RankingFormat.SortOrder[]RankingFormat.SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cn.lanink.gamecore.ranking with parameters of type RankingFormat.SortOrderModifierConstructorDescriptionRankingFormat(String top, String line, String lineSelf, String bottom, RankingFormat.SortOrder sortOrder, Map<Integer, Integer> showLine)