Package games.stendhal.common
Class Debug
java.lang.Object
games.stendhal.common.Debug
Gathers all Debug constants in one place.
- Author:
- mtotz
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanenables cycling through the panel textures by clicking at the title bar.static final Stringpre release suffixstatic final booleanit shows entity's view areastatic final booleanLog list sizes to find the memory leak.static final Stringversion.static final booleanif this is enable tileset are loaded on demand. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERY_FAST_CLIENT_START
public static final boolean VERY_FAST_CLIENT_STARTif this is enable tileset are loaded on demand.- See Also:
-
CYCLE_PANEL_TEXTURES
public static final boolean CYCLE_PANEL_TEXTURESenables cycling through the panel textures by clicking at the title bar.- See Also:
-
VERSION
version.- See Also:
-
PRE_RELEASE_VERSION
pre release suffix -
SHOW_LIST_SIZES
public static final boolean SHOW_LIST_SIZESLog list sizes to find the memory leak. It must be somewhere...- See Also:
-
SHOW_ENTITY_VIEW_AREA
public static final boolean SHOW_ENTITY_VIEW_AREAit shows entity's view area- See Also:
-
-
Constructor Details
-
Debug
public Debug()
-