public class Hologram extends Object
Constructor and Description |
---|
Hologram(HologramType type,
org.bukkit.Location location,
List<String> lines) |
Modifier and Type | Method and Description |
---|---|
void |
addLine(String text) |
double |
getHeight() |
double |
getHeightIncrement() |
List<org.bukkit.entity.ArmorStand> |
getHolograms() |
HologramType |
getType() |
void |
removeLine(int index) |
void |
setLine(int index,
String text) |
public Hologram(HologramType type, org.bukkit.Location location, List<String> lines)
public void addLine(String text)
public void setLine(int index, String text)
public void removeLine(int index)
public double getHeight()
public double getHeightIncrement()
public HologramType getType()
public List<org.bukkit.entity.ArmorStand> getHolograms()
Copyright © 2018. All rights reserved.