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

    Constructors
    Constructor
    Description
    VanillaHologram(String name, org.bukkit.Location location)
    Create a new hologram
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     
    protected void
     

    Methods inherited from class me.hsgamer.unihologram.common.hologram.SimpleHologram

    addLine, clear, getLines, getLocation, getName, init, insertLine, isInitialized, removeLine, setLine, setLines, setLocation

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface me.hsgamer.unihologram.spigot.common.hologram.extra.Colored

    colorize, decolorize

    Methods inherited from interface me.hsgamer.unihologram.common.api.Hologram

    getLine, size
  • Constructor Details

    • VanillaHologram

      public VanillaHologram(String name, org.bukkit.Location location)
      Create a new hologram
      Parameters:
      name - the name of the hologram
      location - the location of the hologram
  • Method Details

    • updateHologram

      protected void updateHologram()
      Specified by:
      updateHologram in class me.hsgamer.unihologram.common.hologram.SimpleHologram<org.bukkit.Location>
    • initHologram

      protected void initHologram()
      Specified by:
      initHologram in class me.hsgamer.unihologram.common.hologram.SimpleHologram<org.bukkit.Location>
    • clearHologram

      protected void clearHologram()
      Specified by:
      clearHologram in class me.hsgamer.unihologram.common.hologram.SimpleHologram<org.bukkit.Location>