Enum Class KingdomsDebug

java.lang.Object
java.lang.Enum<KingdomsDebug>
org.kingdoms.utils.debugging.KingdomsDebug
All Implemented Interfaces:
Serializable, Comparable<KingdomsDebug>, Constable, DebugNS

public enum KingdomsDebug extends Enum<KingdomsDebug> implements DebugNS
  • Enum Constant Details

    • GUIS_PREPARE

      public static final KingdomsDebug GUIS_PREPARE
    • GUIS_CONFIG

      public static final KingdomsDebug GUIS_CONFIG
    • EXPLOSIONS

      public static final KingdomsDebug EXPLOSIONS
    • CHAMPION_SPAWN

      public static final KingdomsDebug CHAMPION_SPAWN
    • CHAMPION_UNKNOWN$TYPES

      public static final KingdomsDebug CHAMPION_UNKNOWN$TYPES
    • TURRET

      public static final KingdomsDebug TURRET
    • GUARDS_SPAWN_SIMPLE$CHECKS

      public static final KingdomsDebug GUARDS_SPAWN_SIMPLE$CHECKS
    • GUARDS_SPAWN_ATTEMPT

      public static final KingdomsDebug GUARDS_SPAWN_ATTEMPT
    • GUARDS_SPAWN_SPAWNED

      public static final KingdomsDebug GUARDS_SPAWN_SPAWNED
    • LANGUAGE_MISSING$ENTRIES

      public static final KingdomsDebug LANGUAGE_MISSING$ENTRIES
    • CHAT

      public static final KingdomsDebug CHAT
    • GENERALIZED$EVENT$WATCHER

      public static final KingdomsDebug GENERALIZED$EVENT$WATCHER
    • INVALID$REGEX

      public static final KingdomsDebug INVALID$REGEX
    • FALL$DAMAGE

      public static final KingdomsDebug FALL$DAMAGE
    • PLACEHOLDER

      public static final KingdomsDebug PLACEHOLDER
    • DISCORDSRV

      public static final KingdomsDebug DISCORDSRV
    • COMMAND_TOP

      public static final KingdomsDebug COMMAND_TOP
    • DOWNLOAD

      public static final KingdomsDebug DOWNLOAD
    • STRUCTURE_BREAK

      public static final KingdomsDebug STRUCTURE_BREAK
    • SAVE_ALL

      public static final KingdomsDebug SAVE_ALL
    • CHUNK$SNAPSHOT

      public static final KingdomsDebug CHUNK$SNAPSHOT
    • LAND$VISUALIZERS

      public static final KingdomsDebug LAND$VISUALIZERS
    • INVASION_END

      public static final KingdomsDebug INVASION_END
    • MASSWAR

      public static final KingdomsDebug MASSWAR
    • HACK

      public static final KingdomsDebug HACK
    • UNKNOWN$PLACEHOLDER

      public static final KingdomsDebug UNKNOWN$PLACEHOLDER
  • Method Details

    • values

      public static KingdomsDebug[] 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 KingdomsDebug 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
    • register

      public static DebugNS register(String name)
    • namespace

      public String namespace()
      Specified by:
      namespace in interface DebugNS