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 class
Settings.Audio
static class
Settings.Chat
static class
Settings.ChatboxMode
static class
Settings.Controls
static class
Settings.Display
static class
Settings.HealthOverlayDisplayType
static class
Settings.LastManStandingFogColor
static class
Settings.Option
static class
Settings.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)
-
-