Enum Class ServerMessage

java.lang.Object
java.lang.Enum<ServerMessage>
simplexity.villagerinfo.configurations.locale.ServerMessage
All Implemented Interfaces:
Serializable, Comparable<ServerMessage>, Constable

public enum ServerMessage extends Enum<ServerMessage>
Feedback messages.
  • Enum Constant Details

    • TOGGLE_COMMAND_FEEDBACK

      public static final ServerMessage TOGGLE_COMMAND_FEEDBACK
    • LOGGER_INVALID_LOCALE_KEY

      public static final ServerMessage LOGGER_INVALID_LOCALE_KEY
    • LOGGER_INVALID_TOGGLE_KEY

      public static final ServerMessage LOGGER_INVALID_TOGGLE_KEY
    • NOT_ENOUGH_ARGUMENTS

      public static final ServerMessage NOT_ENOUGH_ARGUMENTS
    • NO_PERMISSION

      public static final ServerMessage NO_PERMISSION
    • SUBCOMMAND_DOES_NOT_EXIST

      public static final ServerMessage SUBCOMMAND_DOES_NOT_EXIST
    • CONFIG_AND_LOCALE_RELOADED

      public static final ServerMessage CONFIG_AND_LOCALE_RELOADED
    • HELP_MAIN

      public static final ServerMessage HELP_MAIN
    • HELP_TOGGLE_BASE

      public static final ServerMessage HELP_TOGGLE_BASE
    • HELP_TOGGLE_HIGHLIGHT

      public static final ServerMessage HELP_TOGGLE_HIGHLIGHT
    • HELP_TOGGLE_SOUND

      public static final ServerMessage HELP_TOGGLE_SOUND
    • HELP_TOGGLE_OUTPUT

      public static final ServerMessage HELP_TOGGLE_OUTPUT
    • NOT_A_PLAYER

      public static final ServerMessage NOT_A_PLAYER
    • CONFIGURATION_ERROR_PREFIX

      public static final ServerMessage CONFIGURATION_ERROR_PREFIX
    • CONFIGURED_SOUND_ERROR

      public static final ServerMessage CONFIGURED_SOUND_ERROR
    • CONFIGURED_HIGHLIGHT_TIME_ERROR

      public static final ServerMessage CONFIGURED_HIGHLIGHT_TIME_ERROR
    • CONFIGURED_VOLUME_ERROR

      public static final ServerMessage CONFIGURED_VOLUME_ERROR
    • CONFIGURED_PITCH_ERROR

      public static final ServerMessage CONFIGURED_PITCH_ERROR
    • NO_CONFIG_TOGGLES_FOUND

      public static final ServerMessage NO_CONFIG_TOGGLES_FOUND
    • NO_LOCALE_SECTION_FOUND

      public static final ServerMessage NO_LOCALE_SECTION_FOUND
    • NO_COLOR_SECTION_FOUND

      public static final ServerMessage NO_COLOR_SECTION_FOUND
    • ERROR_NOT_A_MATERIAL

      public static final ServerMessage ERROR_NOT_A_MATERIAL
    • ERROR_CHECK_FOR_TABS

      public static final ServerMessage ERROR_CHECK_FOR_TABS
    • ERROR_COLOR_DECLARED_INCORRECTLY

      public static final ServerMessage ERROR_COLOR_DECLARED_INCORRECTLY
    • ERROR_NO_FUNCTIONALITY_ENABLED

      public static final ServerMessage ERROR_NO_FUNCTIONALITY_ENABLED
    • PLUGIN_PREFIX

      public static final ServerMessage PLUGIN_PREFIX
  • Method Details

    • values

      public static ServerMessage[] 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 ServerMessage 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
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)