Uses of Interface
io.github.projectunified.unihologram.api.HologramLine
Packages that use HologramLine
Package
Description
-
Uses of HologramLine in io.github.projectunified.unihologram.api
Methods in io.github.projectunified.unihologram.api that return types with arguments of type HologramLineModifier and TypeMethodDescriptiondefault Optional<HologramLine>
Hologram.getLine
(int index) Get the line at the index@NotNull List<HologramLine>
Hologram.getLines()
Get the lines of the hologramMethods in io.github.projectunified.unihologram.api with parameters of type HologramLineModifier 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 lineMethod parameters in io.github.projectunified.unihologram.api with type arguments of type HologramLineModifier and TypeMethodDescriptionvoid
Hologram.setLines
(@NotNull List<HologramLine> lines) Set the lines of the hologram -
Uses of HologramLine in io.github.projectunified.unihologram.api.paged
Methods in io.github.projectunified.unihologram.api.paged that return types with arguments of type HologramLineModifier 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 hologramMethods in io.github.projectunified.unihologram.api.paged with parameters of type HologramLineModifier 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) Method parameters in io.github.projectunified.unihologram.api.paged with type arguments of type HologramLineModifier 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
Fields in io.github.projectunified.unihologram.api.simple with type parameters of type HologramLineModifier and TypeFieldDescriptionprotected List<HologramLine>
SimpleHologram.lines
The current linesMethods in io.github.projectunified.unihologram.api.simple that return types with arguments of type HologramLineMethods in io.github.projectunified.unihologram.api.simple with parameters of type HologramLineModifier and TypeMethodDescriptionvoid
SimpleHologram.addLine
(@NotNull HologramLine line) void
SimpleHologram.insertLine
(int index, @NotNull HologramLine line) void
SimpleHologram.setLine
(int index, @NotNull HologramLine line) Method parameters in io.github.projectunified.unihologram.api.simple with type arguments of type HologramLineModifier and TypeMethodDescriptionvoid
SimpleHologram.setLines
(@NotNull List<HologramLine> lines) -
Uses of HologramLine in io.github.projectunified.unihologram.spigot.cmi
Methods in io.github.projectunified.unihologram.spigot.cmi that return types with arguments of type HologramLineMethods in io.github.projectunified.unihologram.spigot.cmi with parameters of type HologramLineModifier and TypeMethodDescriptionvoid
CMIHologram.addLine
(@NotNull HologramLine line) void
CMIHologram.insertLine
(int index, @NotNull HologramLine line) void
CMIHologram.setLine
(int index, @NotNull HologramLine line) Method parameters in io.github.projectunified.unihologram.spigot.cmi with type arguments of type HologramLine -
Uses of HologramLine in io.github.projectunified.unihologram.spigot.decentholograms
Methods in io.github.projectunified.unihologram.spigot.decentholograms that return types with arguments of type HologramLineModifier and TypeMethodDescriptionDHHologram.getLine
(int page, int index) @NotNull List<HologramLine>
DHHologram.getLines
(int page) Methods in io.github.projectunified.unihologram.spigot.decentholograms with parameters of type HologramLineModifier 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) Method parameters in io.github.projectunified.unihologram.spigot.decentholograms with type arguments of type HologramLineModifier and TypeMethodDescriptionvoid
DHHologram.setLines
(int page, @NotNull List<HologramLine> lines) -
Uses of HologramLine in io.github.projectunified.unihologram.spigot.fancyholograms
Methods in io.github.projectunified.unihologram.spigot.fancyholograms that return types with arguments of type HologramLineMethods in io.github.projectunified.unihologram.spigot.fancyholograms with parameters of type HologramLineModifier and TypeMethodDescriptionvoid
FHHologram.addLine
(@NotNull HologramLine line) void
FHHologram.insertLine
(int index, @NotNull HologramLine line) Method parameters in io.github.projectunified.unihologram.spigot.fancyholograms with type arguments of type HologramLine -
Uses of HologramLine in io.github.projectunified.unihologram.spigot.holographicdisplays
Methods in io.github.projectunified.unihologram.spigot.holographicdisplays that return types with arguments of type HologramLineModifier and TypeMethodDescriptionHDHologram.getLine
(int index) HDLegacyHologram.getLine
(int index) @NotNull List<HologramLine>
HDHologram.getLines()
@NotNull List<HologramLine>
HDLegacyHologram.getLines()
Methods in io.github.projectunified.unihologram.spigot.holographicdisplays with parameters of type HologramLineModifier 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) Method parameters in io.github.projectunified.unihologram.spigot.holographicdisplays with type arguments of type HologramLineModifier 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
Classes in io.github.projectunified.unihologram.spigot.line that implement HologramLineModifier 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
Methods in io.github.projectunified.unihologram.spigot.test.command.subcommand that return HologramLine