Uses of Interface
io.github.projectunified.unihologram.api.Hologram
Package
Description
-
Uses of Hologram in io.github.projectunified.unihologram.api
Modifier and TypeMethodDescriptionHologramProvider.createHologram
(@NotNull String name, T location) Create a new 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
Modifier and TypeInterfaceDescriptioninterface
TheHologram
that uses the new Minecraft TextDisplay API. -
Uses of Hologram in io.github.projectunified.unihologram.api.local
Modifier and TypeMethodDescriptionLocalHologramProvider.createHologram
(@NotNull String name, T location) Create a new hologramLocalHologramProvider.newHologram
(@NotNull String name, T location) Make a new 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
-
Uses of Hologram in io.github.projectunified.unihologram.api.simple
Modifier and TypeClassDescriptionclass
A simple hologram for features that only support updating the whole hologram -
Uses of Hologram in io.github.projectunified.unihologram.spigot.cmi
Modifier and TypeMethodDescription@NotNull Hologram<org.bukkit.Location>
CMIHologramProvider.createHologram
(@NotNull String name, @NotNull org.bukkit.Location location) Modifier and TypeMethodDescriptionCollection<Hologram<org.bukkit.Location>>
CMIHologramProvider.getAllHolograms()
CMIHologramProvider.getHologram
(@NotNull String name) -
Uses of Hologram in io.github.projectunified.unihologram.spigot.decentholograms
Modifier and TypeMethodDescription@NotNull Hologram<org.bukkit.Location>
DHHologramProvider.createHologram
(@NotNull String name, @NotNull org.bukkit.Location location) Modifier and TypeMethodDescriptionCollection<Hologram<org.bukkit.Location>>
DHHologramProvider.getAllHolograms()
DHHologramProvider.getHologram
(@NotNull String name) -
Uses of Hologram in io.github.projectunified.unihologram.spigot.fancyholograms
Modifier and TypeMethodDescription@NotNull Hologram<org.bukkit.Location>
FHHologramProvider.createHologram
(@NotNull String name, @NotNull org.bukkit.Location location) Modifier and TypeMethodDescriptionCollection<Hologram<org.bukkit.Location>>
FHHologramProvider.getAllHolograms()
FHHologramProvider.getHologram
(@NotNull String name) -
Uses of Hologram in io.github.projectunified.unihologram.spigot.folia
Modifier 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
Modifier and TypeClassDescriptionclass
The hologram for HolographicDisplaysclass
The legacy hologram for HolographicDisplaysModifier 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
Modifier 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
Modifier and TypeMethodDescriptionHologram<org.bukkit.Location>
HologramManager.getHologram
(String name) -
Uses of Hologram in io.github.projectunified.unihologram.spigot.test.command.subcommand
Modifier 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)