FancyMcPlugins / FancyHolograms

FancyHolograms is a simple, lightweight and fast hologram plugin using display entities
https://modrinth.com/plugin/fancyholograms
MIT License
81 stars 28 forks source link

[Question] Hologram::delete() vs HologramManager::removeHologram() #81

Closed DefinitlyEvil closed 1 month ago

DefinitlyEvil commented 2 months ago

Hi are there differences betweeen

Hologram::delete();

and

HologramManager::removeHologram();

?

Thanks!

OakLoaf commented 1 month ago

Hologram::delete(); just removes the display from the game, HologramManager::removeHologram(); removes the hologram from the manager and also the save file

DefinitlyEvil commented 1 month ago

@OakLoaf Thanks, I assume if I set storage to an empty one then I won't have to call HologramManager::removeHologram() then!