Package org.rusherhack.client.api.system
Interface IHudManager
- All Superinterfaces:
- org.rusherhack.core.feature.IFeatureManager<HudElement>
- 
Method SummaryModifier and TypeMethodDescriptiongetModuleToggleColorString(boolean toggled) Deprecated.doublegetScale()booleanbooleanvoidmoveToTop(HudElement element) Moves a HUD element to the topMethods inherited from interface org.rusherhack.core.feature.IFeatureManagergetFeature, getFeatures, registerFeature
- 
Method Details- 
moveToTopMoves a HUD element to the top- Parameters:
- element- hud element
 
- 
getScaledouble getScale()- Returns:
- The scale of the HUD
 
- 
getPrimaryColorColor getPrimaryColor()- Returns:
- The primary color of the HUD
 
- 
getSecondaryColorColor getSecondaryColor()- Returns:
- The secondary color of the HUD
 
- 
getBackgroundColorColor getBackgroundColor()- Returns:
- The color for HUD element backgrounds
 
- 
isThemeColorSyncedboolean isThemeColorSynced()- Returns:
- Whether global theme color syncing is enabled for hud elements
 
- 
isGlobalColorSyncedboolean isGlobalColorSynced()- Returns:
- Whether global color syncing is enabled for hud elements
 
- 
getModuleToggleColorStringDeprecated.
 
-