Uses of Interface
io.github.projectunified.unihologram.api.HologramProvider
Package
Description
-
Uses of HologramProvider in io.github.projectunified.unihologram.api.local
Modifier and TypeClassDescriptionclass
A hologram provider that stores created holograms -
Uses of HologramProvider in io.github.projectunified.unihologram.picker
Modifier and TypeMethodDescriptionprotected HologramProvider<T>
HologramProviderPicker.getDefaultProvider
(I input) Get the default provider.HologramProviderPicker.pick()
Pick the providerModifier and TypeMethodDescriptionHologramProviderPicker.add
(BooleanSupplier condition, Function<I, HologramProvider<T>> provider) Add an entryHologramProviderPicker.add
(BooleanSupplier condition, Supplier<HologramProvider<T>> provider) Add an entryAdd an entryAdd an entry -
Uses of HologramProvider in io.github.projectunified.unihologram.spigot.cmi
-
Uses of HologramProvider in io.github.projectunified.unihologram.spigot.decentholograms
Modifier and TypeClassDescriptionclass
The hologram provider for DecentHolograms -
Uses of HologramProvider in io.github.projectunified.unihologram.spigot.fancyholograms
Modifier and TypeClassDescriptionclass
The hologram provider for FancyHolograms -
Uses of HologramProvider in io.github.projectunified.unihologram.spigot.folia
-
Uses of HologramProvider in io.github.projectunified.unihologram.spigot.holographicdisplays
Modifier and TypeClassDescriptionclass
The hologram provider for HolographicDisplays -
Uses of HologramProvider in io.github.projectunified.unihologram.spigot.picker
Modifier and TypeMethodDescriptionprotected HologramProvider<org.bukkit.Location>
SpigotHologramProviderPicker.getDefaultProvider
(org.bukkit.plugin.Plugin input) -
Uses of HologramProvider in io.github.projectunified.unihologram.spigot.plugin
Modifier and TypeMethodDescriptionHologramProvider<org.bukkit.Location>
UniHologramPlugin.getProvider()
-
Uses of HologramProvider in io.github.projectunified.unihologram.spigot.plugin.vanilla
-
Uses of HologramProvider in io.github.projectunified.unihologram.spigot.test
Modifier and TypeMethodDescriptionHologramProvider<org.bukkit.Location>
HologramManager.getProvider()