All Classes and Interfaces

Class
Description
A hologram line that can be left-clicked or right-click.
A global placeholder that displays the same text to all players.
Advanced class to create separate GlobalPlaceholder instances depending on the placeholder argument, instead of providing a single one when registering the placeholder.
Simplified version of GlobalPlaceholder where the refresh interval in ticks is passed through the registration method HolographicDisplaysAPI.registerGlobalPlaceholder(String, int, GlobalPlaceholderReplaceFunction) as a constant.
Group of one or more vertically aligned lines which appear as floating text lines and items.
A line of a hologram.
The event of a player clicking on a ClickableHologramLine.
The listener class for HologramLineClickEvent.
The event of a player being in pickup range of an ItemHologramLine.
The listener class for HologramLinePickupEvent.
The editable lines of a hologram, following a top to bottom order (first line is top one, last line is the bottom one).
Main entry point for accessing the Holographic Displays API.
An individual placeholder that can display a different text to each player.
Advanced class to create separate IndividualPlaceholder instances depending on the placeholder argument, instead of providing a single one when registering the placeholder.
Simplified version of IndividualPlaceholder where the refresh interval in ticks is passed through the registration method HolographicDisplaysAPI.registerIndividualPlaceholder(String, int, IndividualPlaceholderReplaceFunction) as a constant.
A hologram line displaying an item.
A placeholder is a dynamic text value that can be displayed in a text hologram line.
The option to enable or disable placeholders inside the text lines of hologram.
Represents an immutable 3-dimensional position in a world.
A hologram line displaying text.
Settings to manage the visibility of a hologram to players.
The visibility status of a hologram, which can be set both globally and for individual players.