java.lang.Object
java.lang.Enum<ESP.Mode>
meteordevelopment.meteorclient.systems.modules.render.ESP.Mode
All Implemented Interfaces:
Serializable, Comparable<ESP.Mode>, Constable
Enclosing class:
ESP

public static enum ESP.Mode extends Enum<ESP.Mode>
  • Enum Constant Details

    • Box

      public static final ESP.Mode Box
    • Wireframe

      public static final ESP.Mode Wireframe
    • _2D

      public static final ESP.Mode _2D
    • Shader

      public static final ESP.Mode Shader
    • Glow

      public static final ESP.Mode Glow
  • Method Details

    • values

      public static ESP.Mode[] 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 ESP.Mode 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ESP.Mode>