Package org.rspeer.game.gameval
Class DBTableId.BoatSelectionType.Row
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.BoatSelectionType.Row
-
- Enclosing class:
- DBTableId.BoatSelectionType
public static class DBTableId.BoatSelectionType.Row extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBANKRUNstatic intBOARDINGstatic intBOTTLEstatic intCUSTOMISEstatic intDELETEstatic intNO_SELECTIONstatic intRECOVERINGstatic intRENAMEstatic intREPAIRINGstatic intTELEPORT_BOATstatic intTELEPORT_BOAT_WITH_FOCUSstatic intTELEPORT_PLAYER_TO_BOAT
-
Constructor Summary
Constructors Constructor Description Row()
-
-
-
Field Detail
-
BANKRUN
public static final int BANKRUN
- See Also:
- Constant Field Values
-
BOARDING
public static final int BOARDING
- See Also:
- Constant Field Values
-
BOTTLE
public static final int BOTTLE
- See Also:
- Constant Field Values
-
CUSTOMISE
public static final int CUSTOMISE
- See Also:
- Constant Field Values
-
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
-
NO_SELECTION
public static final int NO_SELECTION
- See Also:
- Constant Field Values
-
RECOVERING
public static final int RECOVERING
- See Also:
- Constant Field Values
-
RENAME
public static final int RENAME
- See Also:
- Constant Field Values
-
REPAIRING
public static final int REPAIRING
- See Also:
- Constant Field Values
-
TELEPORT_BOAT
public static final int TELEPORT_BOAT
- See Also:
- Constant Field Values
-
TELEPORT_BOAT_WITH_FOCUS
public static final int TELEPORT_BOAT_WITH_FOCUS
- See Also:
- Constant Field Values
-
TELEPORT_PLAYER_TO_BOAT
public static final int TELEPORT_PLAYER_TO_BOAT
- See Also:
- Constant Field Values
-
-