Uses of Enum
cn.lanink.gamecore.scoreboard.ltname.ScoreboardData.SortOrder
Packages that use ScoreboardData.SortOrder
-
Uses of ScoreboardData.SortOrder in cn.lanink.gamecore.scoreboard.ltname
Fields in cn.lanink.gamecore.scoreboard.ltname declared as ScoreboardData.SortOrderMethods in cn.lanink.gamecore.scoreboard.ltname that return ScoreboardData.SortOrderModifier and TypeMethodDescriptionstatic ScoreboardData.SortOrderReturns the enum constant of this type with the specified name.static ScoreboardData.SortOrder[]ScoreboardData.SortOrder.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in cn.lanink.gamecore.scoreboard.ltname with parameters of type ScoreboardData.SortOrderModifierConstructorDescriptionScoreboard(String objective, String title, ScoreboardData.DisplaySlot displaySlot, ScoreboardData.SortOrder sortOrder)