Class Testing

java.lang.Object
games.stendhal.common.constants.Testing

public class Testing extends Object
Constants defined for testing purposes.
Author:
AntumDeluge
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static boolean
    Testing switch for player actions
    static boolean
    Testing switch for chat system
    static boolean
    Testing switch for combat system
    static boolean
    Debugging
    static boolean
    Switch for general testing
    static boolean
    Testing switch for entity movement
    static boolean
    Testing switch for outfit system
    static boolean
    Testing switch for quests
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • GENERAL

      public static final boolean GENERAL
      Switch for general testing
    • DEBUG

      public static final boolean DEBUG
      Debugging
    • ACTION

      public static final boolean ACTION
      Testing switch for player actions
    • CHAT

      public static final boolean CHAT
      Testing switch for chat system
    • COMBAT

      public static final boolean COMBAT
      Testing switch for combat system
    • MOVEMENT

      public static final boolean MOVEMENT
      Testing switch for entity movement
    • OUTFIT

      public static final boolean OUTFIT
      Testing switch for outfit system
    • QUEST

      public static final boolean QUEST
      Testing switch for quests
  • Constructor Details

    • Testing

      public Testing()