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

    • THREADS

      public static final KingdomsDebug THREADS
    • CONFIG_WATCHERS

      public static final KingdomsDebug CONFIG_WATCHERS
    • GUIS_PREPARE

      public static final KingdomsDebug GUIS_PREPARE
    • GUIS_CONFIG

      public static final KingdomsDebug GUIS_CONFIG
    • EXPLOSIONS

      public static final KingdomsDebug EXPLOSIONS
    • ENTITY_SPAWN

      public static final KingdomsDebug ENTITY_SPAWN
    • CHAMPION_UNKNOWN$TYPES

      public static final KingdomsDebug CHAMPION_UNKNOWN$TYPES
    • FOLDER$REGISTRY

      public static final KingdomsDebug FOLDER$REGISTRY
    • TURRET

      public static final KingdomsDebug TURRET
    • DATA_QUERIED$LANDS

      public static final KingdomsDebug DATA_QUERIED$LANDS
    • 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
    • PORTAL_CREATION_PREVENTION

      public static final KingdomsDebug PORTAL_CREATION_PREVENTION
    • DOWNLOAD

      public static final KingdomsDebug DOWNLOAD
    • BUILDING_BREAK

      public static final KingdomsDebug BUILDING_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
    • BEDROCK$FLOODGATE

      public static final KingdomsDebug BEDROCK$FLOODGATE
    • INVASION_END

      public static final KingdomsDebug INVASION_END
    • MASSWAR

      public static final KingdomsDebug MASSWAR
    • HACK

      @Bookmark(EXPLOITABLE) 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