civquest
Class Const
java.lang.Object
civquest.Const
- public class Const
- extends java.lang.Object
This class contains some CivQuest-wide used constants.
Constructor Summary |
Const()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOTHING
public static final int NOTHING
- See Also:
- Constant Field Values
FLAT
public static final int FLAT
- Marks map-type "flat"
- See Also:
- Constant Field Values
ISO
public static final int ISO
- Marks map-type "isometric"
- See Also:
- Constant Field Values
BUTTON1_RELEASED
public static final int BUTTON1_RELEASED
- See Also:
- Constant Field Values
BUTTON2_RELEASED
public static final int BUTTON2_RELEASED
- See Also:
- Constant Field Values
BUTTON3_RELEASED
public static final int BUTTON3_RELEASED
- See Also:
- Constant Field Values
BUTTON1_PRESSED
public static final int BUTTON1_PRESSED
- See Also:
- Constant Field Values
BUTTON2_PRESSED
public static final int BUTTON2_PRESSED
- See Also:
- Constant Field Values
BUTTON3_PRESSED
public static final int BUTTON3_PRESSED
- See Also:
- Constant Field Values
RELEASED
public static final int RELEASED
- See Also:
- Constant Field Values
PRESSED
public static final int PRESSED
- See Also:
- Constant Field Values
GAMECHANGE_PACKAGE
public static final java.lang.String GAMECHANGE_PACKAGE
- See Also:
- Constant Field Values
Const
public Const()