Class DecentHologramManager
java.lang.Object
com.zetaplugins.cookieclickerz.util.holograms.HologramManager
com.zetaplugins.cookieclickerz.util.holograms.DecentHologramManager
A concrete implementation of HologramManager
that uses the DecentHolograms API to manage holograms in the CookieClickerZ plugin.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
removeHologram
(@NotNull String clickerName) Removes the hologram associated with the given clicker name.void
spawnHologram
(ClickerManager.Clicker clicker) Spawns a hologram for the given clicker.Methods inherited from class com.zetaplugins.cookieclickerz.util.holograms.HologramManager
getHologramLines, getHologramLocation, getHologramName, getHologramName, getPlugin, removeAllHolograms, removeHologram, spawnAllHolograms
-
Constructor Details
-
DecentHologramManager
-
-
Method Details
-
spawnHologram
Description copied from class:HologramManager
Spawns a hologram for the given clicker.- Specified by:
spawnHologram
in classHologramManager
- Parameters:
clicker
- the Clicker object
-
removeHologram
Description copied from class:HologramManager
Removes the hologram associated with the given clicker name.- Specified by:
removeHologram
in classHologramManager
- Parameters:
clickerName
- the name of the clicker
-