| Package | Description |
|---|---|
| me.lucko.helper.hologram.individual |
| Modifier and Type | Method and Description |
|---|---|
static HologramLine |
HologramLine.fixed(String text)
Returns a hologram line that doesn't change between players.
|
static HologramLine |
HologramLine.fromFunction(Function<Player,String> function) |
| Modifier and Type | Method and Description |
|---|---|
static IndividualHologram |
IndividualHologram.create(Position position,
List<HologramLine> lines)
Creates and returns a new individual hologram
|
IndividualHologram |
PacketIndividualHologramFactory.newHologram(Position position,
List<HologramLine> lines) |
IndividualHologram |
IndividualHologramFactory.newHologram(Position position,
List<HologramLine> lines)
Creates a new hologram.
|
void |
IndividualHologram.updateLines(List<HologramLine> lines)
Updates the lines displayed by this hologram
|
Copyright © 2018. All rights reserved.