Package net.runelite.api.gameval
Class DBTableID.CastleDrakanDoor
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.CastleDrakanDoor
-
- Enclosing class:
- DBTableID
public static final class DBTableID.CastleDrakanDoor extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.CastleDrakanDoor.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_EMBLEMintegerstatic intCOL_IDintegerstatic intCOL_KEYnamedobjstatic intCOL_MAP_DETAILS(integer, integer, integer, integer, integer)static intCOL_UNLOCK_SIDEdbrowstatic intID
-
Constructor Summary
Constructors Constructor Description CastleDrakanDoor()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_ID
public static final int COL_ID
integer- See Also:
- Constant Field Values
-
COL_MAP_DETAILS
public static final int COL_MAP_DETAILS
(integer, integer, integer, integer, integer)- See Also:
- Constant Field Values
-
COL_UNLOCK_SIDE
public static final int COL_UNLOCK_SIDE
dbrow- See Also:
- Constant Field Values
-
COL_KEY
public static final int COL_KEY
namedobj- See Also:
- Constant Field Values
-
COL_EMBLEM
public static final int COL_EMBLEM
integer- See Also:
- Constant Field Values
-
-