the new hologram created
Finds all the holograms created by the plugin.
the holograms created the plugin. the Collection is a copy and modifying it has no effect on the holograms.
Finds all the placeholders registered by this plugin.
a collection of placeholders registered by this plugin
Checks if an entity is part of a hologram.
the entity to check
true if the entity is a part of a hologram
Registers a new placeholder that can be used in holograms created with commands. With this method, you can basically expand the core of HolographicDisplays.
the text that the placeholder will be associated to (e.g.: "{onlinePlayers}")
the refresh rate of the placeholder, in seconds. Keep in mind that the minimum is 0.1 seconds, and that will be rounded to tenths of seconds
the implementation that will return the text to replace the placeholder, where the update() method is called every refreshRate seconds
true if the registration was successfull, false if it was already registered
Unregister a placeholder created by a plugin.
the placeholder to remove
true if found and removed, false otherwise
Resets and removes all the placeholders registered by a plugin. This is useful when you have configurable placeholders and you want to remove all of them.
Generated using TypeDoc
Creates a hologram at given location.