Enum Class PlotSquared.SortType

java.lang.Object
java.lang.Enum<PlotSquared.SortType>
com.plotsquared.core.PlotSquared.SortType
All Implemented Interfaces:
Serializable, Comparable<PlotSquared.SortType>, Constable
Enclosing class:
PlotSquared

public static enum PlotSquared.SortType extends Enum<PlotSquared.SortType>
Different ways of sorting plots
  • Enum Constant Details

    • CREATION_DATE

      public static final PlotSquared.SortType CREATION_DATE
      Sort plots by their creation, using their index in the database
    • CREATION_DATE_TIMESTAMP

      public static final PlotSquared.SortType CREATION_DATE_TIMESTAMP
      Sort plots by their creation timestamp
    • LAST_MODIFIED

      public static final PlotSquared.SortType LAST_MODIFIED
      Sort plots by when they were last modified
    • DISTANCE_FROM_ORIGIN

      public static final PlotSquared.SortType DISTANCE_FROM_ORIGIN
      Sort plots based on their distance from the origin of the world
  • Method Details

    • values

      public static PlotSquared.SortType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PlotSquared.SortType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null