Interface IGenHolo


public interface IGenHolo
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This must be called when disabling the generator IGenerator.disable()
    Get the generator associated with this hologram.
    Get language iso associated with this hologram.
    org.bukkit.entity.Player
    Get the player associated with this hologram.
    void
    Set tier hologram display text.
    void
    Set timer hologram display text.
    void
    Update the hologram.
  • Method Details

    • setTimerName

      void setTimerName(String timer)
      Set timer hologram display text.
    • setTierName

      void setTierName(String tier)
      Set tier hologram display text.
    • getIso

      String getIso()
      Get language iso associated with this hologram.
    • getPlayer

      org.bukkit.entity.Player getPlayer()
      Get the player associated with this hologram.
    • getGenerator

      IGenerator getGenerator()
      Get the generator associated with this hologram.
    • update

      void update()
      Update the hologram.
    • destroy

      void destroy()
      This must be called when disabling the generator IGenerator.disable()