Enum Class RendererGuiState

java.lang.Object
java.lang.Enum<RendererGuiState>
com.realtime.crossfire.jxclient.gui.gui.RendererGuiState
All Implemented Interfaces:
Serializable, Comparable<RendererGuiState>, Constable

public enum RendererGuiState extends Enum<RendererGuiState>
All gui states of JXCWindowRenderer.
  • Enum Constant Details

    • START

      public static final RendererGuiState START
      The start screen is active.
    • META

      public static final RendererGuiState META
      The server selection screen is active.
    • LOGIN

      public static final RendererGuiState LOGIN
      The login screen is active.
    • NEW_CHAR

      public static final RendererGuiState NEW_CHAR
      The new character creation screen is active.
    • ACCOUNT

      public static final RendererGuiState ACCOUNT
      The account management screen is active.
    • PLAYING

      public static final RendererGuiState PLAYING
      The playing screen is active.
  • Method Details

    • values

      public static RendererGuiState[] 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 RendererGuiState 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