Options

public class Options

Utilities for getting information related to what's in the Options Tab and Minimap HUD. Also provides ways to change and toggle settings.

Types

AttackOption
Link copied to clipboard
public enum AttackOption
ChatboxScrollPosition
Link copied to clipboard
public enum ChatboxScrollPosition
HouseDoor
Link copied to clipboard
public enum HouseDoor
ResizableType
Link copied to clipboard
public enum ResizableType
Tab
Link copied to clipboard
public enum Tab

Functions

closeAllSettings
Link copied to clipboard
static boolean closeAllSettings()
closeHouseOptionsTab
Link copied to clipboard
static boolean closeHouseOptionsTab()
Closes House Options Tab
getHouseDoorState
Link copied to clipboard
static Options.HouseDoor getHouseDoorState()
getResizableModeType
Link copied to clipboard
static Options.ResizableType getResizableModeType()
Gets the resizable game mode type (fixed, resizable classic, resizable modern)
getRunEnergy
Link copied to clipboard
static int getRunEnergy()
Gets the current run energy of the player character.
getScrollbarRightPosition
Link copied to clipboard
static Options.ChatboxScrollPosition getScrollbarRightPosition()
Determines whether the option to set scroll-bars as right-aligned is enabled.
isAcceptAidEnabled
Link copied to clipboard
static boolean isAcceptAidEnabled()
isAcceptTradeDelayEnabled
Link copied to clipboard
static boolean isAcceptTradeDelayEnabled()
Determine if accept trade delay is enabled
isAllSettingsOpen
Link copied to clipboard
static boolean isAllSettingsOpen()
isAnySoundOn
Link copied to clipboard
static boolean isAnySoundOn()
Determines if any sounds is on or off
isAreaSoundOn
Link copied to clipboard
static boolean isAreaSoundOn()
Determines if Area sound is on or off.
isClickThroughChatboxEnabled
Link copied to clipboard
static boolean isClickThroughChatboxEnabled()
Determines whether the option to set the chat-box as click-through is enabled.
isDataOrbsEnabled
Link copied to clipboard
static boolean isDataOrbsEnabled()
Determines whether the option to display data-orbs (the UIs on the side of the mini-map) is enabled.
isDisableLevelUpInterfaceEnabled
Link copied to clipboard
static boolean isDisableLevelUpInterfaceEnabled()
Determine if disable level up interface is enabled
isEscapeClosingEnabled
Link copied to clipboard
static boolean isEscapeClosingEnabled()
isFollowerOptionsLowerDownEnabled
Link copied to clipboard
static boolean isFollowerOptionsLowerDownEnabled()
Determines whether the option to show follower (summoning) options lower down is enabled.
isGrandExchangeBuyWarningEnabled
Link copied to clipboard
static boolean isGrandExchangeBuyWarningEnabled()
Determine if grand exchange buy warning is enabled
isGrandExchangeSellWarningEnabled
Link copied to clipboard
static boolean isGrandExchangeSellWarningEnabled()
Determine if grand exchange sell warning is enabled
isHouseOptionsTabOpen
Link copied to clipboard
static boolean isHouseOptionsTabOpen()
Determine if house options tab is open
isHouseTeleportInsideEnabled
Link copied to clipboard
static boolean isHouseTeleportInsideEnabled()
Determine if house teleport inside is on or off
isMouseCameraEnabled
Link copied to clipboard
static boolean isMouseCameraEnabled()
Determines whether the option to use the middle mouse button to adjust the camera is enabled.
isMouseScrollZoomEnabled
Link copied to clipboard
static boolean isMouseScrollZoomEnabled()
Determines whether the option to allow viewport zooming via mouse wheel scrolling is enabled.
isMusicSoundOn
Link copied to clipboard
static boolean isMusicSoundOn()
Determines if Music is on or off.
isMusicUnlockMessageEnabled
Link copied to clipboard
static boolean isMusicUnlockMessageEnabled()
Determine if music unlock message is on or off
isPrayerTooltipEnabled
Link copied to clipboard
static boolean isPrayerTooltipEnabled()
Determines whether the option to use prayer tool-tips is enabled.
isResizableModeEnabled
Link copied to clipboard
static boolean isResizableModeEnabled()
Determines if the resizable mode setting is enabled.
isRoofsEnabled
Link copied to clipboard
static boolean isRoofsEnabled()
Checks if roofs are currently enabled (roofs are being drawn)
isRunEnabled
Link copied to clipboard
static boolean isRunEnabled()
Determines if the run setting is enabled.
isShiftClickDropEnabled
Link copied to clipboard
static boolean isShiftClickDropEnabled()
Determines if the shift-click drop setting is enabled.
isShowActivityAdviserEnabled
Link copied to clipboard
static boolean isShowActivityAdviserEnabled()
Determine if activity adviser is enabled
isSidePanelsEnabled
Link copied to clipboard
static boolean isSidePanelsEnabled()
Determines whether the option to set side panels on is enabled.
isSidePanelsHotkeyOpeningEnabled
Link copied to clipboard
static boolean isSidePanelsHotkeyOpeningEnabled()
Determines whether the option to use hot-keys to open side panels is enabled.
isSoundEffectsOn
Link copied to clipboard
static boolean isSoundEffectsOn()
Determines if Sound effect is on or off.
isSpecialAttackTooltipEnabled
Link copied to clipboard
static boolean isSpecialAttackTooltipEnabled()
Determines whether the option to use special attack tool-tips is enabled.
isStatsPanelXpEnabled
Link copied to clipboard
static boolean isStatsPanelXpEnabled()
Determines whether the option to set the stats panel XP til next level is enabled.
isTransparentChatboxEnabled
Link copied to clipboard
static boolean isTransparentChatboxEnabled()
Determines whether the option to set the chat-box transparent is enabled.
isTransparentSidePanelsEnabled
Link copied to clipboard
static boolean isTransparentSidePanelsEnabled()
Determines whether the option to set side panels as transparent is enabled.
isWorldSwitcherConfirmationEnabled
Link copied to clipboard
static boolean isWorldSwitcherConfirmationEnabled()
Determine if world switch confirmations are enabled
isXpDropsEnabled
Link copied to clipboard
static boolean isXpDropsEnabled()
Determines whether the option to show XP drops is enabled.
isZoomWithScrollEnabled
Link copied to clipboard
static boolean isZoomWithScrollEnabled()
Determine if zoom with mouse scroll is on or off
openHouseOptionsTab
Link copied to clipboard
static boolean openHouseOptionsTab()
Opens House Options Tab
setAcceptAid
Link copied to clipboard
static boolean setAcceptAid(boolean acceptAid)
setClickThroughChatboxEnabled
Link copied to clipboard
static boolean setClickThroughChatboxEnabled(boolean enable)
Sets the option for clicking through the chat-box.
setDataOrbsEnabled
Link copied to clipboard
static boolean setDataOrbsEnabled(boolean enable)
Sets the option for showing data-orbs.
setFollowerOptionsLowerDownEnabled
Link copied to clipboard
static boolean setFollowerOptionsLowerDownEnabled(boolean enable)
Sets the option controlling whether follower (summoning) options are first/last.
setHouseDoorState
Link copied to clipboard
static boolean setHouseDoorState(Options.HouseDoor houseDoor)
setHouseTeleportInsideEnabled
Link copied to clipboard
static boolean setHouseTeleportInsideEnabled(boolean enable)
Set house teleport inside on or off
setMouseCameraEnabled
Link copied to clipboard
static boolean setMouseCameraEnabled(boolean enable)
Sets the option for using the middle mouse button to adjust the camera.
setMouseScrollZoomEnabled
Link copied to clipboard
static boolean setMouseScrollZoomEnabled(boolean enable)
Sets the option for allowing viewport zooming using the mouse wheel.
setMusicUnlockMessageEnabled
Link copied to clipboard
static boolean setMusicUnlockMessageEnabled(boolean enable)
Turns music unlock message on or off.
setPrayerTooltipEnabled
Link copied to clipboard
static boolean setPrayerTooltipEnabled(boolean enable)
Sets the option for prayer tool-tips.
setRemoveRoofsEnabled
Link copied to clipboard
static boolean setRemoveRoofsEnabled(boolean enable)
Configures the setting to remove roofs
setResizableModeType
Link copied to clipboard
static boolean setResizableModeType(Options.ResizableType resizableType)
Sets the resizable display type
setRunEnabled
Link copied to clipboard
static boolean setRunEnabled(boolean runEnabled)
Turns run on or off.
setScrollbarPosition
Link copied to clipboard
static boolean setScrollbarPosition(Options.ChatboxScrollPosition position)
Sets the option for scroll-bar alignment.
setShiftClickDrop
Link copied to clipboard
static boolean setShiftClickDrop(boolean enabled)
Turns the shift-click drop setting on or off.
setSidePanelsEnabled
Link copied to clipboard
static boolean setSidePanelsEnabled(boolean enable)
Sets the option for use of side panels.
setSidePanelsHotkeyOpeningEnabled
Link copied to clipboard
static boolean setSidePanelsHotkeyOpeningEnabled(boolean enable)
Sets the option for using hot-keys to open side panels.
setSpecialAttackTooltipEnabled
Link copied to clipboard
static boolean setSpecialAttackTooltipEnabled(boolean enable)
Sets the option for special attack tool-tips.
setStatsPanelXpEnabled
Link copied to clipboard
static boolean setStatsPanelXpEnabled(boolean enable)
Sets the option for showing XP til next level in the stats panel.
setTransparentChatboxEnabled
Link copied to clipboard
static boolean setTransparentChatboxEnabled(boolean enable)
Sets the option for chat-box transparency.
setTransparentSidePanelsEnabled
Link copied to clipboard
static boolean setTransparentSidePanelsEnabled(boolean enable)
Sets the option for side panel transparency.
setXpDropsEnabled
Link copied to clipboard
static boolean setXpDropsEnabled(boolean enable)
Sets the option for showing XP drops.
setZoomWithScrollEnabled
Link copied to clipboard
static boolean setZoomWithScrollEnabled(boolean enable)
Turns zoom with mouse scroll on or off.
turnAllSoundsOff
Link copied to clipboard
static boolean turnAllSoundsOff()
Turn all sounds off
turnAreaSoundOff
Link copied to clipboard
static boolean turnAreaSoundOff()
Turn area sound off
turnMusicOff
Link copied to clipboard
static boolean turnMusicOff()
Turn music off
turnSoundEffectsOff
Link copied to clipboard
static boolean turnSoundEffectsOff()
Turn sound effect off