public class BukkitHologramFactory extends Object implements HologramFactory
| Constructor and Description |
|---|
BukkitHologramFactory() |
| Modifier and Type | Method and Description |
|---|---|
Hologram |
newHologram(Position position,
List<String> lines)
Creates a new hologram.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeserialize@Nonnull public Hologram newHologram(@Nonnull Position position, @Nonnull List<String> lines)
HologramFactorynewHologram in interface HologramFactoryposition - the position of the hologramlines - the initial lines to displayCopyright © 2022. All rights reserved.