Uses of Enum Class
org.bukkit.entity.TextDisplay.TextAlignment
Packages that use 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
Methods in org.bukkit.entity that return TextDisplay.TextAlignmentModifier 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.Methods in org.bukkit.entity with parameters of type TextDisplay.TextAlignmentModifier and TypeMethodDescriptionvoid
TextDisplay.setAlignment
(@NotNull TextDisplay.TextAlignment alignment) Sets the text alignment for this display.