Package net.runelite.api.gameval
Class InterfaceID.CastleDrakanMap
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.CastleDrakanMap
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.CastleDrakanMap extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCLOSE_BUTTONstatic intCLOSE_BUTTON_GRAPHICstatic intCONTENTstatic intCONTENT_MODEL0static intCONTENT_TEXT1static intCONTENT_TEXT2static intUNIVERSE
-
Constructor Summary
Constructors Constructor Description CastleDrakanMap()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
CONTENT_MODEL0
public static final int CONTENT_MODEL0
- See Also:
- Constant Field Values
-
CONTENT_TEXT1
public static final int CONTENT_TEXT1
- See Also:
- Constant Field Values
-
CONTENT_TEXT2
public static final int CONTENT_TEXT2
- See Also:
- Constant Field Values
-
CLOSE_BUTTON
public static final int CLOSE_BUTTON
- See Also:
- Constant Field Values
-
CLOSE_BUTTON_GRAPHIC
public static final int CLOSE_BUTTON_GRAPHIC
- See Also:
- Constant Field Values
-
-