Interface HologramManager.LocalHologram
- Enclosing class:
- HologramManager
public static interface HologramManager.LocalHologram
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendText
(String text) Appends a new line of text to the hologram.void
Clears all lines of text from the hologram.void
delete()
Removes the hologram from the world.org.bukkit.Location
Returns the location of the hologram.
-
Method Details
-
appendText
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.
-