Uses of Interface
me.filoghost.holographicdisplays.api.hologram.line.HologramLine
Packages that use HologramLine
Package
Description
-
Uses of HologramLine in me.filoghost.holographicdisplays.api.hologram
Methods in me.filoghost.holographicdisplays.api.hologram that return HologramLineModifier and TypeMethodDescription@NotNull HologramLineHologramLines.get(int index) Returns the line at the given index.Methods in me.filoghost.holographicdisplays.api.hologram with parameters of type HologramLineModifier and TypeMethodDescriptionbooleanHologramLines.remove(@NotNull HologramLine line) Removes a line. -
Uses of HologramLine in me.filoghost.holographicdisplays.api.hologram.line
Subinterfaces of HologramLine in me.filoghost.holographicdisplays.api.hologram.lineModifier and TypeInterfaceDescriptioninterfaceA hologram line that can be left-clicked or right-click.interfaceA hologram line displaying an item.interfaceA hologram line displaying text.