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 -
Method Summary
Modifier and TypeMethodDescriptionprotected @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
-
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:
newHologramin classme.hsgamer.unihologram.common.provider.LocalHologramProvider<org.bukkit.Location>
-