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