Package org.rspeer.game.component.tdi
Class Settings
- java.lang.Object
-
- org.rspeer.game.component.tdi.Settings
-
public class Settings extends Object
Provides functionality to interact with the in game settings interface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSettings.Audiostatic classSettings.Chatstatic classSettings.ChatboxModestatic classSettings.Controlsstatic classSettings.Displaystatic classSettings.HealthOverlayDisplayTypestatic classSettings.LastManStandingFogColorstatic classSettings.Optionstatic classSettings.ViewMode
-
Constructor Summary
Constructors Constructor Description Settings()
-
Method Summary
-
-
-
Method Detail
-
getChatboxMode
public static Settings.ChatboxMode getChatboxMode()
-
setChatboxMode
public static boolean setChatboxMode(Settings.ChatboxMode mode)
-
getViewMode
public static Settings.ViewMode getViewMode()
-
setViewMode
public static boolean setViewMode(Settings.ViewMode mode)
-
isAcceptingAid
public static boolean isAcceptingAid()
-
setAcceptingAid
public static boolean setAcceptingAid(boolean state)
-
isHitsplatTintingEnabled
public static boolean isHitsplatTintingEnabled()
-
isMaxHitHitsplatsEnabled
public static boolean isMaxHitHitsplatsEnabled()
-
getMaxHitHitsplatsThreshold
public static int getMaxHitHitsplatsThreshold()
-
isBossHealthOverlayEnabled
public static boolean isBossHealthOverlayEnabled()
-
isCompactBossHealthOverlay
public static boolean isCompactBossHealthOverlay()
-
isTargetNameOnHealthOverlayEnabled
public static boolean isTargetNameOnHealthOverlayEnabled()
-
getHealthOverlayDisplayType
public static Settings.HealthOverlayDisplayType getHealthOverlayDisplayType()
-
getLastManStandingFogColor
public static Settings.LastManStandingFogColor getLastManStandingFogColor()
-
isDeepWildernessLeverDefaultOptionEnabled
public static boolean isDeepWildernessLeverDefaultOptionEnabled()
-
isMakeXDartsEnabled
public static boolean isMakeXDartsEnabled()
-
isAutoStoringLootedRunes
public static boolean isAutoStoringLootedRunes()
-
isAutoEquippingLootedAmmo
public static boolean isAutoEquippingLootedAmmo()
-
isAcceptTradeDelayEnabled
public static boolean isAcceptTradeDelayEnabled()
-
isLevelUpInterfaceEnabled
public static boolean isLevelUpInterfaceEnabled()
-
isWorldSwitcherConfirmationEnabled
public static boolean isWorldSwitcherConfirmationEnabled()
-
isCharterShipsConfirmationEnabled
public static boolean isCharterShipsConfirmationEnabled()
-
isFarmingPaymentConfirmationEnabled
public static boolean isFarmingPaymentConfirmationEnabled()
-
isGravestonePaymentConfirmationEnabled
public static boolean isGravestonePaymentConfirmationEnabled()
-
isStockMarketSellConfirmationEnabled
public static boolean isStockMarketSellConfirmationEnabled()
-
isStockMarketBuyConfirmationEnabled
public static boolean isStockMarketBuyConfirmationEnabled()
-
getAlchemyWarningValue
public static int getAlchemyWarningValue()
-
getOptionValue
public static int getOptionValue(Settings.Option option)
-
-