Package games.stendhal.common.constants
Class Testing
java.lang.Object
games.stendhal.common.constants.Testing
Constants defined for testing purposes.
- Author:
- AntumDeluge
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
Testing switch for player actionsstatic boolean
Testing switch for chat systemstatic boolean
Testing switch for combat systemstatic boolean
Debuggingstatic boolean
Switch for general testingstatic boolean
Testing switch for entity movementstatic boolean
Testing switch for outfit systemstatic boolean
Testing switch for quests -
Constructor Summary
-
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()
-