Uses of Interface
io.github.projectunified.unihologram.api.Hologram
Packages that use Hologram
Package
Description
-
Uses of Hologram in io.github.projectunified.unihologram.api
Methods in io.github.projectunified.unihologram.api that return HologramModifier and TypeMethodDescriptionHologramProvider.createHologram
(@NotNull String name, T location) Create a new hologramMethods in io.github.projectunified.unihologram.api that return types with arguments of type HologramModifier and TypeMethodDescriptionHologramProvider.getAllHolograms()
Get all hologramsHologramProvider.getHologram
(@NotNull String name) Get a hologram by its name -
Uses of Hologram in io.github.projectunified.unihologram.api.display
Subinterfaces of Hologram in io.github.projectunified.unihologram.api.displayModifier and TypeInterfaceDescriptioninterface
TheHologram
that uses the new Minecraft TextDisplay API. -
Uses of Hologram in io.github.projectunified.unihologram.api.local
Methods in io.github.projectunified.unihologram.api.local that return HologramModifier and TypeMethodDescriptionLocalHologramProvider.createHologram
(@NotNull String name, T location) Create a new hologramLocalHologramProvider.newHologram
(@NotNull String name, T location) Make a new hologramMethods in io.github.projectunified.unihologram.api.local that return types with arguments of type HologramModifier and TypeMethodDescriptionLocalHologramProvider.getAllHolograms()
LocalHologramProvider.getHologram
(@NotNull String name) Get a hologram by its name -
Uses of Hologram in io.github.projectunified.unihologram.api.paged
Subinterfaces of Hologram in io.github.projectunified.unihologram.api.paged -
Uses of Hologram in io.github.projectunified.unihologram.api.simple
Classes in io.github.projectunified.unihologram.api.simple that implement HologramModifier and TypeClassDescriptionclass
A simple hologram for features that only support updating the whole hologram -
Uses of Hologram in io.github.projectunified.unihologram.spigot.cmi
Classes in io.github.projectunified.unihologram.spigot.cmi that implement HologramMethods in io.github.projectunified.unihologram.spigot.cmi that return HologramModifier and TypeMethodDescription@NotNull Hologram<org.bukkit.Location>
CMIHologramProvider.createHologram
(@NotNull String name, @NotNull org.bukkit.Location location) Methods in io.github.projectunified.unihologram.spigot.cmi that return types with arguments of type HologramModifier and TypeMethodDescriptionCollection<Hologram<org.bukkit.Location>>
CMIHologramProvider.getAllHolograms()
CMIHologramProvider.getHologram
(@NotNull String name) -
Uses of Hologram in io.github.projectunified.unihologram.spigot.decentholograms
Classes in io.github.projectunified.unihologram.spigot.decentholograms that implement HologramMethods in io.github.projectunified.unihologram.spigot.decentholograms that return HologramModifier and TypeMethodDescription@NotNull Hologram<org.bukkit.Location>
DHHologramProvider.createHologram
(@NotNull String name, @NotNull org.bukkit.Location location) Methods in io.github.projectunified.unihologram.spigot.decentholograms that return types with arguments of type HologramModifier and TypeMethodDescriptionCollection<Hologram<org.bukkit.Location>>
DHHologramProvider.getAllHolograms()
DHHologramProvider.getHologram
(@NotNull String name) -
Uses of Hologram in io.github.projectunified.unihologram.spigot.fancyholograms
Classes in io.github.projectunified.unihologram.spigot.fancyholograms that implement HologramMethods in io.github.projectunified.unihologram.spigot.fancyholograms that return HologramModifier and TypeMethodDescription@NotNull Hologram<org.bukkit.Location>
FHHologramProvider.createHologram
(@NotNull String name, @NotNull org.bukkit.Location location) Methods in io.github.projectunified.unihologram.spigot.fancyholograms that return types with arguments of type HologramModifier and TypeMethodDescriptionCollection<Hologram<org.bukkit.Location>>
FHHologramProvider.getAllHolograms()
FHHologramProvider.getHologram
(@NotNull String name) -
Uses of Hologram in io.github.projectunified.unihologram.spigot.folia
Classes in io.github.projectunified.unihologram.spigot.folia that implement HologramMethods in io.github.projectunified.unihologram.spigot.folia that return HologramModifier and TypeMethodDescriptionprotected @NotNull Hologram<org.bukkit.Location>
FoliaHologramProvider.newHologram
(@NotNull String name, @NotNull org.bukkit.Location location) -
Uses of Hologram in io.github.projectunified.unihologram.spigot.holographicdisplays
Classes in io.github.projectunified.unihologram.spigot.holographicdisplays that implement HologramModifier and TypeClassDescriptionclass
The hologram for HolographicDisplaysclass
The legacy hologram for HolographicDisplaysMethods in io.github.projectunified.unihologram.spigot.holographicdisplays that return HologramModifier and TypeMethodDescriptionprotected @NotNull Hologram<org.bukkit.Location>
HDHologramProvider.newHologram
(@NotNull String name, @NotNull org.bukkit.Location location) -
Uses of Hologram in io.github.projectunified.unihologram.spigot.plugin.vanilla
Classes in io.github.projectunified.unihologram.spigot.plugin.vanilla that implement HologramMethods in io.github.projectunified.unihologram.spigot.plugin.vanilla that return HologramModifier and TypeMethodDescriptionprotected @NotNull Hologram<org.bukkit.Location>
VanillaHologramProvider.newHologram
(@NotNull String name, @NotNull org.bukkit.Location location) -
Uses of Hologram in io.github.projectunified.unihologram.spigot.test
Methods in io.github.projectunified.unihologram.spigot.test that return HologramModifier and TypeMethodDescriptionHologram<org.bukkit.Location>
HologramManager.getHologram
(String name) -
Uses of Hologram in io.github.projectunified.unihologram.spigot.test.command.subcommand
Methods in io.github.projectunified.unihologram.spigot.test.command.subcommand with parameters of type HologramModifier and TypeMethodDescriptionprotected void
AddLineCommand.onHologramCommand
(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected void
CountLineCommand.onHologramCommand
(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected void
DeleteCommand.onHologramCommand
(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected void
DeleteLineCommand.onHologramCommand
(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected void
DisplayHologramCommand.onHologramCommand
(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected abstract void
HologramCommand.onHologramCommand
(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected void
InsertLineCommand.onHologramCommand
(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected void
MoveCommand.onHologramCommand
(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected void
SetLineCommand.onHologramCommand
(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args)