Uses of Interface
net.kyori.adventure.text.format.ShadowColor
Packages that use ShadowColor
Package
Description
Data for controlling components, their styles, and events.
Formats which may be applied to components.
-
Uses of ShadowColor in net.kyori.adventure.text
Methods in net.kyori.adventure.text that return ShadowColor -
Uses of ShadowColor in net.kyori.adventure.text.format
Methods in net.kyori.adventure.text.format that return ShadowColorModifier and TypeMethodDescriptionstatic @Nullable ShadowColorShadowColor.fromHexString(String hex) Attempt to parse a shadow colour from a#-prefixed hex string.static ShadowColorLinearly interpolates betweenaandbbyt.static ShadowColorShadowColor.none()Return a shadow color that will disable the shadow on a component.static ShadowColorShadowColor.shadowColor(@org.jetbrains.annotations.Range(from=0L, to=255L) int red, @org.jetbrains.annotations.Range(from=0L, to=255L) int green, @org.jetbrains.annotations.Range(from=0L, to=255L) int blue, @org.jetbrains.annotations.Range(from=0L, to=255L) int alpha) Create a new shadow color from individual red, green, blue, and alpha values.static ShadowColorShadowColor.shadowColor(int argb) Create a new shadow color from the ARGB value packed in an int.static ShadowColorShadowColor.shadowColor(ARGBLike argb) Create a shadow color from an existing ARGB colour.static ShadowColorShadowColor.shadowColor(RGBLike rgb, @org.jetbrains.annotations.Range(from=0L, to=255L) int alpha) Create a shadow color from an existing colour plus an alpha value.@Nullable ShadowColorStyleGetter.shadowColor()Gets the shadow color.