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 TypeInterfaceDescriptioninterfaceTheHologramthat 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, @NotNull Consumer<Hologram<T>> onCreate, @NotNull Runnable onDestroy) 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 nameMethod parameters in io.github.projectunified.unihologram.api.local with type arguments of type Hologram -
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 TypeClassDescriptionclassA 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, @NotNull Consumer<Hologram<org.bukkit.Location>> onCreate, @NotNull Runnable onDestroy) Method parameters in io.github.projectunified.unihologram.spigot.folia with type arguments of type HologramModifier and TypeMethodDescriptionprotected @NotNull Hologram<org.bukkit.Location>FoliaHologramProvider.newHologram(@NotNull String name, @NotNull org.bukkit.Location location, @NotNull Consumer<Hologram<org.bukkit.Location>> onCreate, @NotNull Runnable onDestroy) Constructor parameters in io.github.projectunified.unihologram.spigot.folia with type arguments of type HologramModifierConstructorDescriptionFoliaHologram(org.bukkit.plugin.Plugin plugin, String name, org.bukkit.Location location, @NotNull Consumer<Hologram<org.bukkit.Location>> onCreate, @NotNull Runnable onDestroy) Create a new hologram -
Uses of Hologram in io.github.projectunified.unihologram.spigot.holographicdisplays
Classes in io.github.projectunified.unihologram.spigot.holographicdisplays that implement HologramModifier and TypeClassDescriptionclassThe hologram for HolographicDisplaysclassThe 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, @NotNull Consumer<Hologram<org.bukkit.Location>> onCreate, @NotNull Runnable onDestroy) Method parameters in io.github.projectunified.unihologram.spigot.holographicdisplays with type arguments of type HologramModifier and TypeMethodDescriptionprotected @NotNull Hologram<org.bukkit.Location>HDHologramProvider.newHologram(@NotNull String name, @NotNull org.bukkit.Location location, @NotNull Consumer<Hologram<org.bukkit.Location>> onCreate, @NotNull Runnable onDestroy) Constructor parameters in io.github.projectunified.unihologram.spigot.holographicdisplays with type arguments of type HologramModifierConstructorDescriptionHDHologram(org.bukkit.plugin.Plugin plugin, String name, org.bukkit.Location location, @NotNull Consumer<Hologram<org.bukkit.Location>> onCreate, @NotNull Runnable onDestroy) Create a new hologramHDLegacyHologram(org.bukkit.plugin.Plugin plugin, String name, org.bukkit.Location location, @NotNull Consumer<Hologram<org.bukkit.Location>> onCreate, @NotNull Runnable onDestroy) Create a new hologram -
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, @NotNull Consumer<Hologram<org.bukkit.Location>> onCreate, @NotNull Runnable onDestroy) Method parameters in io.github.projectunified.unihologram.spigot.plugin.vanilla with type arguments of type HologramModifier and TypeMethodDescriptionprotected @NotNull Hologram<org.bukkit.Location>VanillaHologramProvider.newHologram(@NotNull String name, @NotNull org.bukkit.Location location, @NotNull Consumer<Hologram<org.bukkit.Location>> onCreate, @NotNull Runnable onDestroy) Constructor parameters in io.github.projectunified.unihologram.spigot.plugin.vanilla with type arguments of type HologramModifierConstructorDescriptionVanillaHologram(org.bukkit.plugin.Plugin plugin, String name, org.bukkit.Location location, @NotNull Consumer<Hologram<org.bukkit.Location>> onCreate, @NotNull Runnable onDestroy) Create a new hologram -
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 voidAddLineCommand.onHologramCommand(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected voidCountLineCommand.onHologramCommand(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected voidDeleteCommand.onHologramCommand(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected voidDeleteLineCommand.onHologramCommand(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected voidDisplayHologramCommand.onHologramCommand(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected abstract voidHologramCommand.onHologramCommand(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected voidInsertLineCommand.onHologramCommand(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected voidMoveCommand.onHologramCommand(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args) protected voidSetLineCommand.onHologramCommand(org.bukkit.command.CommandSender sender, Hologram<org.bukkit.Location> hologram, String[] args)