Interface IHologramManager


public interface IHologramManager
  • Method Summary

    Modifier and Type
    Method
    Description
    createHologram(org.bukkit.entity.Player p, org.bukkit.Location location, IHoloLine... lines)
    Create a hologram with the given lines at the given location.
    createHologram(org.bukkit.entity.Player p, org.bukkit.Location location, String... lines)
    Create a hologram with the given lines at the given location.
    lineFromText(String text, IHologram hologram)
    Create a hologram line from the given text and hologram.
  • Method Details

    • createHologram

      IHologram createHologram(org.bukkit.entity.Player p, org.bukkit.Location location, String... lines)
      Create a hologram with the given lines at the given location.
      Parameters:
      p - - the player to create the hologram for
      location - - the location to create the hologram at
      lines - - the lines to create the hologram from
      Returns:
      the hologram
    • createHologram

      IHologram createHologram(org.bukkit.entity.Player p, org.bukkit.Location location, IHoloLine... lines)
      Create a hologram with the given lines at the given location.
      Parameters:
      p - - the player to create the hologram for
      location - - the location to create the hologram at
      lines - - the lines to create the hologram from
      Returns:
      the hologram
    • lineFromText

      IHoloLine lineFromText(String text, IHologram hologram)
      Create a hologram line from the given text and hologram.
      Parameters:
      text - - the text to create the line from
      hologram - - the hologram bounded to
      Returns:
      the hologram line