Uses of Interface
io.papermc.paper.datacomponent.item.SignText.Builder
Packages that use SignText.Builder
Package
Description
Item data components, representing its runtime counterpart as a version-specific data-focused type.
-
Uses of SignText.Builder in io.papermc.paper.datacomponent.item
Subinterfaces with type arguments of type SignText.Builder in io.papermc.paper.datacomponent.itemModifier and TypeInterfaceDescriptioninterfaceRepresents the lines of text on a sign side.Methods in io.papermc.paper.datacomponent.item that return SignText.BuilderModifier and TypeMethodDescriptionSets the color of the text on this sign side.SignText.Builder.hasGlowingText(boolean hasGlowingText) Sets whether the text on this sign side has a glowing effect.SignText.Builder.line(int index, ComponentLike line) Sets a line at the specified index on this sign side.SignText.Builder.lines(List<? extends ComponentLike> lines) Sets the lines on this sign side.static SignText.BuilderSignText.signText()