Package me.filoghost.holographicdisplays.api.placeholder
package me.filoghost.holographicdisplays.api.placeholder
-
InterfacesClassDescriptionA global placeholder that displays the same text to all players.Advanced class to create separate
GlobalPlaceholderinstances depending on the placeholder argument, instead of providing a single one when registering the placeholder.Simplified version ofGlobalPlaceholderwhere the refresh interval in ticks is passed through the registration methodHolographicDisplaysAPI.registerGlobalPlaceholder(String, int, GlobalPlaceholderReplaceFunction)as a constant.An individual placeholder that can display a different text to each player.Advanced class to create separateIndividualPlaceholderinstances depending on the placeholder argument, instead of providing a single one when registering the placeholder.Simplified version ofIndividualPlaceholderwhere the refresh interval in ticks is passed through the registration methodHolographicDisplaysAPI.registerIndividualPlaceholder(String, int, IndividualPlaceholderReplaceFunction)as a constant.A placeholder is a dynamic text value that can be displayed in a text hologram line.