Interface TextHologramLine

All Superinterfaces:
ClickableHologramLine, HologramLine

public interface TextHologramLine extends ClickableHologramLine
A hologram line displaying text.
Since:
1
  • Method Details

    • getText

      @Nullable @Nullable String getText()
      Returns the currently displayed text.
      Returns:
      the current text
      Since:
      1
    • setText

      void setText(@Nullable @Nullable String text)
      Sets the displayed text.
      Parameters:
      text - the new text
      Since:
      1