Uses of Interface
net.kyori.adventure.util.RGBLike
Packages that use RGBLike
Package
Description
Formats which may be applied to components.
Miscellaneous utilities.
-
Uses of RGBLike in net.kyori.adventure.text.format
Subinterfaces of RGBLike in net.kyori.adventure.text.formatModifier and TypeInterfaceDescriptioninterfaceA shadow color which may be applied to aStyle.interfaceA color which may be applied to aStyle.Classes in net.kyori.adventure.text.format that implement RGBLikeModifier and TypeClassDescriptionfinal classThe named text colours in Minecraft: Java Edition.Methods in net.kyori.adventure.text.format with parameters of type RGBLikeModifier and TypeMethodDescriptionstatic TextColorCreates a new text colour.static TextColorLinearly interpolates betweenaandbbyt.static ShadowColorShadowColor.shadowColor(RGBLike rgb, @Range(from=0L,to=255L) int alpha) Create a shadow color from an existing colour plus an alpha value. -
Uses of RGBLike in net.kyori.adventure.util
Subinterfaces of RGBLike in net.kyori.adventure.utilModifier and TypeInterfaceDescriptioninterfaceSomething that can provide red, green, and blue, and alpha colour components.