Class VanillaHologram
java.lang.Object
me.hsgamer.unihologram.common.hologram.SimpleHologram<org.bukkit.Location>
me.hsgamer.unihologram.spigot.vanilla.hologram.VanillaHologram
- All Implemented Interfaces:
me.hsgamer.unihologram.common.api.Hologram<org.bukkit.Location>,Colored
public class VanillaHologram
extends me.hsgamer.unihologram.common.hologram.SimpleHologram<org.bukkit.Location>
implements Colored
A simple hologram for Vanilla
-
Field Summary
Fields inherited from class me.hsgamer.unihologram.common.hologram.SimpleHologram
lines, location, name -
Constructor Summary
ConstructorsConstructorDescriptionVanillaHologram(String name, org.bukkit.Location location) Create a new hologram -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidMethods inherited from class me.hsgamer.unihologram.common.hologram.SimpleHologram
addLine, clear, getLines, getLocation, getName, init, insertLine, isInitialized, removeLine, setLine, setLines, setLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.hsgamer.unihologram.spigot.common.hologram.extra.Colored
colorize, decolorizeMethods inherited from interface me.hsgamer.unihologram.common.api.Hologram
getLine, size
-
Constructor Details
-
VanillaHologram
Create a new hologram- Parameters:
name- the name of the hologramlocation- the location of the hologram
-
-
Method Details
-
updateHologram
protected void updateHologram()- Specified by:
updateHologramin classme.hsgamer.unihologram.common.hologram.SimpleHologram<org.bukkit.Location>
-
initHologram
protected void initHologram()- Specified by:
initHologramin classme.hsgamer.unihologram.common.hologram.SimpleHologram<org.bukkit.Location>
-
clearHologram
protected void clearHologram()- Specified by:
clearHologramin classme.hsgamer.unihologram.common.hologram.SimpleHologram<org.bukkit.Location>
-