Package org.rspeer.game.gameval
Class DBTableId.LeaguesEchoBosses
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.LeaguesEchoBosses
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.LeaguesEchoBosses.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_CA_DATAintegerstatic intCOL_DESCRIPTIONstringstatic intCOL_DIFFICULTYintegerstatic intCOL_ECHO_ORB_DROPRATEintegerstatic intCOL_ECHO_ORB_OBJECTintegerstatic intCOL_NAMEstringstatic intCOL_REGIONintegerstatic intCOL_REQUIREMENTSstringstatic intCOL_UNIQUE_DROPintegerstatic intCOL_UNIQUE_DROP_RATEintegerstatic intID
-
Constructor Summary
Constructors Constructor Description LeaguesEchoBosses()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_ECHO_ORB_DROPRATE
public static final int COL_ECHO_ORB_DROPRATE
integer- See Also:
- Constant Field Values
-
COL_ECHO_ORB_OBJECT
public static final int COL_ECHO_ORB_OBJECT
integer- See Also:
- Constant Field Values
-
COL_UNIQUE_DROP
public static final int COL_UNIQUE_DROP
integer- See Also:
- Constant Field Values
-
COL_UNIQUE_DROP_RATE
public static final int COL_UNIQUE_DROP_RATE
integer- See Also:
- Constant Field Values
-
COL_CA_DATA
public static final int COL_CA_DATA
integer- See Also:
- Constant Field Values
-
COL_DESCRIPTION
public static final int COL_DESCRIPTION
string- See Also:
- Constant Field Values
-
COL_DIFFICULTY
public static final int COL_DIFFICULTY
integer- See Also:
- Constant Field Values
-
COL_REGION
public static final int COL_REGION
integer- See Also:
- Constant Field Values
-
COL_NAME
public static final int COL_NAME
string- See Also:
- Constant Field Values
-
COL_REQUIREMENTS
public static final int COL_REQUIREMENTS
string- See Also:
- Constant Field Values
-
-