Class VanillaHologramProvider

java.lang.Object
io.github.projectunified.unihologram.api.local.LocalHologramProvider<org.bukkit.Location>
io.github.projectunified.unihologram.spigot.plugin.vanilla.VanillaHologramProvider
All Implemented Interfaces:
HologramProvider<org.bukkit.Location>

public class VanillaHologramProvider extends LocalHologramProvider<org.bukkit.Location>
The hologram provider for Vanilla
  • Constructor Details

    • VanillaHologramProvider

      public VanillaHologramProvider(org.bukkit.plugin.Plugin plugin)
      Create a new hologram provider
      Parameters:
      plugin - the plugin
  • Method Details

    • newHologram

      @NotNull protected @NotNull Hologram<org.bukkit.Location> newHologram(@NotNull @NotNull String name, @NotNull @NotNull org.bukkit.Location location)
      Description copied from class: LocalHologramProvider
      Make a new hologram
      Specified by:
      newHologram in class LocalHologramProvider<org.bukkit.Location>
      Parameters:
      name - the name of the hologram
      location - the location of the hologram
      Returns:
      the hologram