Package org.rspeer.game.component.tdi
Class Settings
java.lang.Object
org.rspeer.game.component.tdi.Settings
Provides functionality to interact with the in game settings interface
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static enum
static class
static class
static enum
static enum
static enum
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
static Settings.ChatboxMode
static int
static int
getOptionValue
(Settings.Option option) static Settings.ViewMode
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
setAcceptingAid
(boolean state) static boolean
static boolean
setViewMode
(Settings.ViewMode mode)
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
getChatboxMode
-
setChatboxMode
-
getViewMode
-
setViewMode
-
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
-
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
-