Enum Class Logging.LogMode

java.lang.Object
java.lang.Enum<Logging.LogMode>
com.sk89q.worldedit.command.util.Logging.LogMode
All Implemented Interfaces:
Serializable, Comparable<Logging.LogMode>, Constable
Enclosing class:
Logging

public static enum Logging.LogMode extends Enum<Logging.LogMode>
  • Enum Constant Details

    • POSITION

      public static final Logging.LogMode POSITION
      Player position.
    • REGION

      public static final Logging.LogMode REGION
      Region selection.
    • ORIENTATION_REGION

      public static final Logging.LogMode ORIENTATION_REGION
      Player orientation and region selection.
    • PLACEMENT

      public static final Logging.LogMode PLACEMENT
      Either the player position or pos1, depending on the placeAtPos1 flag.
    • ALL

      public static final Logging.LogMode ALL
      Log all information available.
  • Method Details

    • values

      public static Logging.LogMode[] 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 Logging.LogMode 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