Uses of Interface
me.filoghost.holographicdisplays.api.hologram.line.TextHologramLine
Packages that use TextHologramLine
-
Uses of TextHologramLine in me.filoghost.holographicdisplays.api.hologram
Methods in me.filoghost.holographicdisplays.api.hologram that return TextHologramLineModifier and TypeMethodDescription@NotNull TextHologramLineHologramLines.appendText(@Nullable String text) Adds a new text line at the bottom.@NotNull TextHologramLineHologramLines.insertText(int beforeIndex, @Nullable String text) Inserts a new text line before the line at the given index, shifting all the lines below.