| 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 |
|---|---|
List<HologramLine> |
HologramLine.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
HologramLine.Builder |
HologramLine.Builder.line(HologramLine line) |
| Modifier and Type | Method and Description |
|---|---|
static IndividualHologram |
IndividualHologram.create(Position position,
List<HologramLine> lines)
Creates and returns a new individual hologram
|
HologramLine.Builder |
HologramLine.Builder.lines(Iterable<? extends HologramLine> lines) |
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 © 2020. All rights reserved.