Uses of Interface
net.kyori.adventure.util.ARGBLike
Packages that use ARGBLike
Package
Description
Data for controlling components, their styles, and events.
Formats which may be applied to components.
-
Uses of ARGBLike in net.kyori.adventure.text
Methods in net.kyori.adventure.text with parameters of type ARGBLikeModifier and TypeMethodDescriptiondefault ComponentComponent.shadowColor(@Nullable ARGBLike argb) Sets the shadow color of this component.default CScopedComponent.shadowColor(@Nullable ARGBLike argb) default ComponentComponent.shadowColorIfAbsent(@Nullable ARGBLike argb) Sets the shadow color if there isn't one set already.default CScopedComponent.shadowColorIfAbsent(@Nullable ARGBLike argb) -
Uses of ARGBLike in net.kyori.adventure.text.format
Subinterfaces of ARGBLike in net.kyori.adventure.text.formatMethods in net.kyori.adventure.text.format with parameters of type ARGBLikeModifier and TypeMethodDescriptionstatic ShadowColorLinearly interpolates betweenaandbbyt.static ShadowColorShadowColor.shadowColor(ARGBLike argb) Create a shadow color from an existing ARGB colour.StyleSetter.shadowColor(@Nullable ARGBLike argb) Sets the shadow color.StyleSetter.shadowColorIfAbsent(@Nullable ARGBLike argb) Sets the shadow color if there isn't one set already.