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 booleanTesting switch for player actionsstatic booleanTesting switch for chat systemstatic booleanTesting switch for combat systemstatic booleanDebuggingstatic booleanSwitch for general testingstatic booleanTesting switch for entity movementstatic booleanTesting switch for outfit systemstatic booleanTesting switch for quests -
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
-
-
Constructor Details
-
Testing
public Testing()
-