Interface HologramManager.LocalHologram

Enclosing class:
HologramManager

public static interface HologramManager.LocalHologram
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Appends a new line of text to the hologram.
    void
    Clears all lines of text from the hologram.
    void
    Removes the hologram from the world.
    org.bukkit.Location
    Returns the location of the hologram.
  • Method Details

    • appendText

      void appendText(String text)
      Appends a new line of text to the hologram.
    • clearLines

      void clearLines()
      Clears all lines of text from the hologram.
    • delete

      void delete()
      Removes the hologram from the world.
    • getLocation

      org.bukkit.Location getLocation()
      Returns the location of the hologram.