Interface IHologramManager
public interface IHologramManager
-
Method Summary
Modifier and TypeMethodDescriptioncreateHologram
(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
Create a hologram with the given lines at the given location.- Parameters:
p
- - the player to create the hologram forlocation
- - the location to create the hologram atlines
- - 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 forlocation
- - the location to create the hologram atlines
- - the lines to create the hologram from- Returns:
- the hologram
-
lineFromText
Create a hologram line from the given text and hologram.- Parameters:
text
- - the text to create the line fromhologram
- - the hologram bounded to- Returns:
- the hologram line
-