public class PacketIndividualHologramFactory extends Object implements IndividualHologramFactory
| Constructor and Description |
|---|
PacketIndividualHologramFactory() |
| Modifier and Type | Method and Description |
|---|---|
IndividualHologram |
newHologram(Position position,
List<HologramLine> lines)
Creates a new hologram.
|
@Nonnull public IndividualHologram newHologram(@Nonnull Position position, @Nonnull List<HologramLine> lines)
IndividualHologramFactorynewHologram in interface IndividualHologramFactoryposition - the position of the hologramlines - the lines to displayCopyright © 2020. All rights reserved.