Package games.stendhal.common.constants
Class Testing
java.lang.Object
games.stendhal.common.constants.Testing
Constants defined for testing purposes.
- Author:
- AntumDeluge
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanTesting switch for player actionsstatic final booleanTesting switch for chat systemstatic final booleanTesting switch for combat systemstatic final booleanDebuggingstatic final booleanSwitch for general testingstatic final booleanTesting switch for entity movementstatic final booleanTesting switch for outfit systemstatic final booleanTesting switch for questsstatic final booleanSwitch for when test server is enabled. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GENERAL
public static final boolean GENERALSwitch for general testing -
DEBUG
public static final boolean DEBUGDebugging -
ACTION
public static final boolean ACTIONTesting switch for player actions -
CHAT
public static final boolean CHATTesting switch for chat system -
COMBAT
public static final boolean COMBATTesting switch for combat system -
MOVEMENT
public static final boolean MOVEMENTTesting switch for entity movement -
OUTFIT
public static final boolean OUTFITTesting switch for outfit system -
QUEST
public static final boolean QUESTTesting switch for quests -
TESTSERVER
public static final boolean TESTSERVERSwitch for when test server is enabled.
-
-
Constructor Details
-
Testing
public Testing()
-