Uses of Interface
io.github.projectunified.unihologram.api.HologramLine
Package
Description
-
Uses of HologramLine in io.github.projectunified.unihologram.api
Modifier and TypeMethodDescriptiondefault Optional<HologramLine>
Hologram.getLine
(int index) Get the line at the index@NotNull List<HologramLine>
Hologram.getLines()
Get the lines of the hologramModifier and TypeMethodDescriptionvoid
Hologram.addLine
(@NotNull HologramLine line) Add a line to the hologramvoid
Hologram.insertLine
(int index, @NotNull HologramLine line) Insert a line to the hologram at the index and move the rest downdefault void
Hologram.setLine
(int index, @NotNull HologramLine line) Set the line at the index to the new lineModifier and TypeMethodDescriptionvoid
Hologram.setLines
(@NotNull List<HologramLine> lines) Set the lines of the hologram -
Uses of HologramLine in io.github.projectunified.unihologram.api.paged
Modifier and TypeMethodDescriptiondefault Optional<HologramLine>
PagedHologram.getLine
(int index) default Optional<HologramLine>
PagedHologram.getLine
(int page, int index) Get the line at the indexdefault @NotNull List<HologramLine>
PagedHologram.getLines()
@NotNull List<HologramLine>
PagedHologram.getLines
(int page) Get the lines of the hologramModifier and TypeMethodDescriptionvoid
PagedHologram.addLine
(int page, @NotNull HologramLine line) Add a line to the hologramdefault void
PagedHologram.addLine
(@NotNull HologramLine line) void
PagedHologram.insertLine
(int page, int index, @NotNull HologramLine line) Insert a line to the hologram at the index and move the rest downdefault void
PagedHologram.insertLine
(int index, @NotNull HologramLine line) default void
PagedHologram.setLine
(int page, int index, @NotNull HologramLine line) Set the line at the index to the new linedefault void
PagedHologram.setLine
(int index, @NotNull HologramLine line) Modifier and TypeMethodDescriptionvoid
PagedHologram.setLines
(int page, @NotNull List<HologramLine> lines) Set the lines of the hologramdefault void
PagedHologram.setLines
(@NotNull List<HologramLine> lines) -
Uses of HologramLine in io.github.projectunified.unihologram.api.simple
Modifier and TypeFieldDescriptionprotected List<HologramLine>
SimpleHologram.lines
The current linesModifier and TypeMethodDescriptionvoid
SimpleHologram.addLine
(@NotNull HologramLine line) void
SimpleHologram.insertLine
(int index, @NotNull HologramLine line) void
SimpleHologram.setLine
(int index, @NotNull HologramLine line) Modifier and TypeMethodDescriptionvoid
SimpleHologram.setLines
(@NotNull List<HologramLine> lines) -
Uses of HologramLine in io.github.projectunified.unihologram.spigot.cmi
Modifier and TypeMethodDescriptionvoid
CMIHologram.addLine
(@NotNull HologramLine line) void
CMIHologram.insertLine
(int index, @NotNull HologramLine line) void
CMIHologram.setLine
(int index, @NotNull HologramLine line) -
Uses of HologramLine in io.github.projectunified.unihologram.spigot.decentholograms
Modifier and TypeMethodDescriptionDHHologram.getLine
(int page, int index) @NotNull List<HologramLine>
DHHologram.getLines
(int page) Modifier and TypeMethodDescriptionvoid
DHHologram.addLine
(int page, @NotNull HologramLine line) void
DHHologram.insertLine
(int page, int index, @NotNull HologramLine line) void
DHHologram.setLine
(int page, int index, @NotNull HologramLine line) Modifier and TypeMethodDescriptionvoid
DHHologram.setLines
(int page, @NotNull List<HologramLine> lines) -
Uses of HologramLine in io.github.projectunified.unihologram.spigot.fancyholograms
Modifier and TypeMethodDescriptionvoid
FHHologram.addLine
(@NotNull HologramLine line) void
FHHologram.insertLine
(int index, @NotNull HologramLine line) -
Uses of HologramLine in io.github.projectunified.unihologram.spigot.holographicdisplays
Modifier and TypeMethodDescriptionHDHologram.getLine
(int index) HDLegacyHologram.getLine
(int index) @NotNull List<HologramLine>
HDHologram.getLines()
@NotNull List<HologramLine>
HDLegacyHologram.getLines()
Modifier and TypeMethodDescriptionvoid
HDHologram.addLine
(@NotNull HologramLine line) void
HDLegacyHologram.addLine
(@NotNull HologramLine line) void
HDHologram.insertLine
(int index, @NotNull HologramLine line) void
HDLegacyHologram.insertLine
(int index, @NotNull HologramLine line) Modifier and TypeMethodDescriptionvoid
HDHologram.setLines
(@NotNull List<HologramLine> lines) void
HDLegacyHologram.setLines
(@NotNull List<HologramLine> lines) -
Uses of HologramLine in io.github.projectunified.unihologram.spigot.line
Modifier and TypeClassDescriptionclass
An empty lineclass
The hologram line with itemclass
The hologram line with skullclass
A hologram line with text -
Uses of HologramLine in io.github.projectunified.unihologram.spigot.test.command.subcommand