Uses of Enum
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 type with the specified name.static TextDisplay.TextAlignment[]
TextDisplay.TextAlignment.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TextDisplay.setAlignment
(TextDisplay.TextAlignment alignment) Sets the text alignment for this display.