Klasse HudConfig

java.lang.Object
schrumbo.schrumbohud.config.HudConfig

public class HudConfig extends Object
  • Felddetails

    • enabled

      public boolean enabled
    • firstJoin

      public boolean firstJoin
    • anchor

      @SerializedName("anchor") public HudConfig.Anchor anchor
    • position

      @SerializedName("position") public HudConfig.Position position
    • colors

      @SerializedName("colors") public HudConfig.Colors colors
    • guicolors

      @SerializedName("guicolors") public HudConfig.ClickGUIColors guicolors
    • scale

      public float scale
    • configScale

      public float configScale
    • roundedCorners

      public boolean roundedCorners
    • backgroundEnabled

      public boolean backgroundEnabled
    • outlineEnabled

      public boolean outlineEnabled
    • textShadowEnabled

      public boolean textShadowEnabled
    • slotBackgroundEnabled

      public boolean slotBackgroundEnabled
    • backgroundOpacity

      public float backgroundOpacity
    • outlineOpacity

      public float outlineOpacity
    • textShadowOpacity

      public float textShadowOpacity
    • slotBackgroundOpacity

      public float slotBackgroundOpacity
  • Konstruktordetails

    • HudConfig

      public HudConfig()
  • Methodendetails

    • initColors

      public void initColors()
    • colorWithAlpha

      public int colorWithAlpha(int color, float opacity)
    • loadClassicInventoryHUD

      public void loadClassicInventoryHUD()
    • loadCatppuccinMocha

      public void loadCatppuccinMocha()
    • loadGruvbox

      public void loadGruvbox()
    • loadMonokai

      public void loadMonokai()
    • loadDracula

      public void loadDracula()
    • toggle

      public void toggle()
    • reset

      public void reset()
    • enableBackground

      public void enableBackground(boolean value)
    • enableHud

      public void enableHud(boolean value)
    • enableBorder

      public void enableBorder(boolean value)
    • enableSlotBackground

      public void enableSlotBackground(boolean value)
    • enableTextShadow

      public void enableTextShadow(boolean value)
    • enableRoundedCorners

      public void enableRoundedCorners(boolean value)
    • setBackgroundColor

      public void setBackgroundColor(int color)
    • setBackgroundOpacity

      public void setBackgroundOpacity(float opacity)
    • setBorderColor

      public void setBorderColor(int color)
    • setBorderOpacity

      public void setBorderOpacity(float opacity)
    • setTextColor

      public void setTextColor(int color)
    • setAccentColor

      public void setAccentColor(int color)
    • setSlotColor

      public void setSlotColor(int color)
    • setSlotOpacity

      public void setSlotOpacity(float opacity)