Package org.rusherhack.client.api.system
Interface IHudManager
- All Superinterfaces:
org.rusherhack.core.feature.IFeatureManager<HudElement>
-
Method Summary
Modifier and TypeMethodDescriptiongetModuleToggleColorString
(boolean toggled) Deprecated.double
getScale()
boolean
boolean
void
moveToTop
(HudElement element) Moves a HUD element to the topMethods inherited from interface org.rusherhack.core.feature.IFeatureManager
getFeature, getFeatures, registerFeature
-
Method Details
-
moveToTop
Moves a HUD element to the top- Parameters:
element
- hud element
-
getScale
double getScale()- Returns:
- The scale of the HUD
-
getPrimaryColor
Color getPrimaryColor()- Returns:
- The primary color of the HUD
-
getSecondaryColor
Color getSecondaryColor()- Returns:
- The secondary color of the HUD
-
getBackgroundColor
Color getBackgroundColor()- Returns:
- The color for HUD element backgrounds
-
isThemeColorSynced
boolean isThemeColorSynced()- Returns:
- Whether global theme color syncing is enabled for hud elements
-
isGlobalColorSynced
boolean isGlobalColorSynced()- Returns:
- Whether global color syncing is enabled for hud elements
-
getModuleToggleColorString
Deprecated.
-