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