Interface IGenHolo
public interface IGenHolo
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
This must be called when disabling the generatorIGenerator.disable()
Get the generator associated with this hologram.getIso()
Get language iso associated with this hologram.org.bukkit.entity.Player
Get the player associated with this hologram.void
setTierName
(String tier) Set tier hologram display text.void
setTimerName
(String timer) Set timer hologram display text.void
update()
Update the hologram.
-
Method Details
-
setTimerName
Set timer hologram display text. -
setTierName
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 generatorIGenerator.disable()
-