Class HudPlacementTheme
java.lang.Object
com.render.api.HudPlacementTheme
Styling options exposed by the default HUD placement screen.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(RenderColor backgroundColor) borderColor(RenderColor borderColor) buttonColor(RenderColor buttonColor) floatbuttonRadius(float buttonRadius) copy()elementOutlineColor(RenderColor elementOutlineColor)
-
Constructor Details
-
HudPlacementTheme
public HudPlacementTheme()
-
-
Method Details
-
backgroundColor
-
backgroundColor
-
borderColor
-
borderColor
-
buttonColor
-
buttonColor
-
buttonRadius
public float buttonRadius() -
buttonRadius
-
elementOutlineColor
-
elementOutlineColor
-
copy
-