Uses of Package
me.filoghost.holographicdisplays.api.placeholder
Packages that use me.filoghost.holographicdisplays.api.placeholder
Package
Description
-
Classes in me.filoghost.holographicdisplays.api.placeholder used by me.filoghost.holographicdisplays.apiClassDescriptionA 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. -
Classes in me.filoghost.holographicdisplays.api.placeholder used by me.filoghost.holographicdisplays.api.placeholderClassDescriptionA global placeholder that displays the same text to all players.An individual placeholder that can display a different text to each player.A placeholder is a dynamic text value that can be displayed in a text hologram line.