Interface HologramLine

All Known Implementing Classes:
EmptyHologramLine, ItemHologramLine, SkullHologramLine, TextHologramLine

public interface HologramLine
The line of a hologram
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Object
    Get the content of the line
    default @NotNull String
    Get the content of the line as a string
    @NotNull Map<String,Object>
    Get the extra settings of the line
  • Method Details

    • getContent

      @NotNull @NotNull Object getContent()
      Get the content of the line
      Returns:
      the content
    • getRawContent

      @NotNull default @NotNull String getRawContent()
      Get the content of the line as a string
      Returns:
      the content as a string
    • getSettings

      @NotNull @NotNull Map<String,Object> getSettings()
      Get the extra settings of the line
      Returns:
      the extra settings