[API] Add some hide/show methods.
crysis992 opened this issue ยท 3 comments
Hey,
I did not found a way to "hide" holograms and "show" them at a later state. I would like to see a methode like hologram.hide() and hologram.show() to hide & show holograms. Like, make them invisible/remove them.
Currently I'm deleting the hologram, creating it at a later state. But its just not a good way to re-add it, add all lines etc.
I would like to see a method, to hide the hologram, and show it at a later state.
So there's the VisibilityManager
which you can use to hide/show the hologram to individual players. This isn't really ideal as it requires ProtocolLib and an ideal method wouldn't need ProtocolLib to do this, but it's a suggestion for now!