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 TypeMethodDescriptionvoidHologram.addLine(@NotNull HologramLine line) Add a line to the hologramvoidHologram.insertLine(int index, @NotNull HologramLine line) Insert a line to the hologram at the index and move the rest downdefault voidHologram.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 TypeMethodDescriptionvoidHologram.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 TypeMethodDescriptionvoidPagedHologram.addLine(int page, @NotNull HologramLine line) Add a line to the hologramdefault voidPagedHologram.addLine(@NotNull HologramLine line) voidPagedHologram.insertLine(int page, int index, @NotNull HologramLine line) Insert a line to the hologram at the index and move the rest downdefault voidPagedHologram.insertLine(int index, @NotNull HologramLine line) default voidPagedHologram.setLine(int page, int index, @NotNull HologramLine line) Set the line at the index to the new linedefault voidPagedHologram.setLine(int index, @NotNull HologramLine line) Method parameters in io.github.projectunified.unihologram.api.paged with type arguments of type HologramLineModifier and TypeMethodDescriptionvoidPagedHologram.setLines(int page, @NotNull List<HologramLine> lines) Set the lines of the hologramdefault voidPagedHologram.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.linesThe 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 TypeMethodDescriptionvoidSimpleHologram.addLine(@NotNull HologramLine line) voidSimpleHologram.insertLine(int index, @NotNull HologramLine line) voidSimpleHologram.setLine(int index, @NotNull HologramLine line) Method parameters in io.github.projectunified.unihologram.api.simple with type arguments of type HologramLineModifier and TypeMethodDescriptionvoidSimpleHologram.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 TypeMethodDescriptionvoidCMIHologram.addLine(@NotNull HologramLine line) voidCMIHologram.insertLine(int index, @NotNull HologramLine line) voidCMIHologram.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 TypeMethodDescriptionvoidDHHologram.addLine(int page, @NotNull HologramLine line) voidDHHologram.insertLine(int page, int index, @NotNull HologramLine line) voidDHHologram.setLine(int page, int index, @NotNull HologramLine line) Method parameters in io.github.projectunified.unihologram.spigot.decentholograms with type arguments of type HologramLineModifier and TypeMethodDescriptionvoidDHHologram.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 TypeMethodDescriptionvoidFHHologram.addLine(@NotNull HologramLine line) voidFHHologram.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 TypeMethodDescriptionvoidHDHologram.addLine(@NotNull HologramLine line) voidHDLegacyHologram.addLine(@NotNull HologramLine line) voidHDHologram.insertLine(int index, @NotNull HologramLine line) voidHDLegacyHologram.insertLine(int index, @NotNull HologramLine line) Method parameters in io.github.projectunified.unihologram.spigot.holographicdisplays with type arguments of type HologramLineModifier and TypeMethodDescriptionvoidHDHologram.setLines(@NotNull List<HologramLine> lines) voidHDLegacyHologram.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 TypeClassDescriptionclassAn empty lineclassThe hologram line with itemclassThe hologram line with skullclassA 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