Enum Class EnterInput.Type

java.lang.Object
java.lang.Enum<EnterInput.Type>
org.rspeer.game.component.EnterInput.Type
All Implemented Interfaces:
Serializable, Comparable<EnterInput.Type>, Constable
Enclosing class:
EnterInput

public static enum EnterInput.Type extends Enum<EnterInput.Type>
  • Enum Constant Details

    • JOIN_CHANNEL

      public static final EnterInput.Type JOIN_CHANNEL
    • ADD_BEFRIENDED_PLAYER

      public static final EnterInput.Type ADD_BEFRIENDED_PLAYER
    • ADD_IGNORED_PLAYER

      public static final EnterInput.Type ADD_IGNORED_PLAYER
    • DELETE_IGNORED_PLAYER

      public static final EnterInput.Type DELETE_IGNORED_PLAYER
    • DELETE_BEFRIENDED_PLAYER

      public static final EnterInput.Type DELETE_BEFRIENDED_PLAYER
    • MESSAGE_BEFRIENDED_PLAYER

      public static final EnterInput.Type MESSAGE_BEFRIENDED_PLAYER
    • SET_A_NAME

      public static final EnterInput.Type SET_A_NAME
    • PUBLIC_CHAT_FILTER

      public static final EnterInput.Type PUBLIC_CHAT_FILTER
  • Method Details

    • values

      public static EnterInput.Type[] 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 EnterInput.Type 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
    • getId

      public int getId()