Uses of Enum Class
org.bukkit.entity.TextDisplay.TextAlignment
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of TextDisplay.TextAlignment in org.bukkit.entity
Modifier and TypeMethodDescriptionTextDisplay.getAlignment()
Gets the text alignment for this display.static TextDisplay.TextAlignment
Returns the enum constant of this class with the specified name.static TextDisplay.TextAlignment[]
TextDisplay.TextAlignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TextDisplay.setAlignment
(@NotNull TextDisplay.TextAlignment alignment) Sets the text alignment for this display.