Class VanillaHologramProvider

java.lang.Object
me.hsgamer.unihologram.common.provider.LocalHologramProvider<org.bukkit.Location>
me.hsgamer.unihologram.spigot.vanilla.provider.VanillaHologramProvider
All Implemented Interfaces:
me.hsgamer.unihologram.common.api.HologramProvider<org.bukkit.Location>

public class VanillaHologramProvider extends me.hsgamer.unihologram.common.provider.LocalHologramProvider<org.bukkit.Location>
The hologram provider for Vanilla
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected @NotNull me.hsgamer.unihologram.common.api.Hologram<org.bukkit.Location>
    newHologram(@NotNull String name, @NotNull org.bukkit.Location location)
     

    Methods inherited from class me.hsgamer.unihologram.common.provider.LocalHologramProvider

    createHologram, getAllHolograms, getHologram, isLocal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VanillaHologramProvider

      public VanillaHologramProvider()
  • Method Details

    • newHologram

      @NotNull protected @NotNull me.hsgamer.unihologram.common.api.Hologram<org.bukkit.Location> newHologram(@NotNull @NotNull String name, @NotNull @NotNull org.bukkit.Location location)
      Specified by:
      newHologram in class me.hsgamer.unihologram.common.provider.LocalHologramProvider<org.bukkit.Location>