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.itemMethods in io.papermc.paper.datacomponent.item that return SignText.BuilderModifier and TypeMethodDescriptionSignText.Builder.addMessage(ComponentLike message) Adds a message to the list of messages on this sign side.Sets 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.messages(List<? extends ComponentLike> messages) Sets the list of messages on this sign side.static SignText.BuilderSignText.signText()static SignText.BuilderSignText.signText(List<? extends ComponentLike> messages)