public interface HologramLine
| Modifier and Type | Method and Description |
|---|---|
static HologramLine |
fixed(String text)
Returns a hologram line that doesn't change between players.
|
static HologramLine |
fromFunction(Function<Player,String> function) |
String |
resolve(Player viewer)
Gets the string representation of the line, for the given player.
|
@Nonnull static HologramLine fixed(@Nonnull String text)
text - the text to displayCopyright © 2018. All rights reserved.