Interface IHudManager

All Superinterfaces:
org.rusherhack.core.feature.IFeatureManager<HudElement>

public interface IHudManager extends org.rusherhack.core.feature.IFeatureManager<HudElement>
  • Method Details

    • moveToTop

      void moveToTop(HudElement element)
      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 String getModuleToggleColorString(boolean toggled)
      Deprecated.